:: com :: sun :: star :: text ::

unpublished interface XTextPortionAppend
Usage Restrictions
not published
Description
.

Methods' Summary
appendTextPortion appends a new text portion to the paragraph at the end of the text.  
Methods' Details
appendTextPortion
XTextRange
appendTextPortion( [in] string  Text,
[in] ::com::sun::star::beans::PropertyValues  CharacterAndParagraphProperties )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::beans::UnknownPropertyException );

Description
appends a new text portion to the paragraph at the end of the text.

The sequence can contain all the properties defined by the service

Parameter Text
contains the text to be appended.
Parameter CharacterAndParagraphProperties
can contain all the properties defined by the service
Top of Page