allows inserting and appending text content.
Definition XTextContentAppend.idl:27
com::sun::star::text::XTextRange insertTextContentWithProperties([in] com::sun::star::text::XTextContent TextContent, [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties, [in] com::sun::star::text::XTextRange TextRange)
inserts a text content at the given position.
com::sun::star::text::XTextRange appendTextContent([in] com::sun::star::text::XTextContent TextContent, [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties)
appends a text content at the end of the text.
enables objects to be inserted into a text and to provide their location in a text once they are inse...
Definition XTextContent.idl:29
is an object which can be anchored in a text, like instances of TextFrame or TextField.
Definition TextContent.idl:43