allows inserting and appending formatted text portions.
Definition XTextPortionAppend.idl:27
com::sun::star::text::XTextRange insertTextPortion([in] string Text, [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties, [in] com::sun::star::text::XTextRange TextRange)
inserts a new text portion to the paragraph at a given position.
com::sun::star::text::XTextRange appendTextPortion([in] string Text, [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties)
appends a new text portion to the paragraph at the end of the text.
is an independent piece of text which consists of a series of one or more paragraphs.
Definition Text.idl:40