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

unpublished interface XTextPortionAppend
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 parameter ?
Text contains the text to be appended.
Parameter parameter ?
CharacterAndParagraphProperties can contain all the properties defined by the service
Top of Page