is the main interface for a distinct text unit, i.e.
Definition XSimpleText.idl:30
enables objects to be inserted into a text and to provide their location in a text once they are inse...
Definition XTextContent.idl:29
extends a XSimpleText by the capability of inserting XTextContents.
Definition XText.idl:29
void insertTextContent([in] com::sun::star::text::XTextRange xRange, [in] com::sun::star::text::XTextContent xContent, [in] boolean bAbsorb)
inserts a content, such as a text table, text frame or text field.
void removeTextContent([in] com::sun::star::text::XTextContent xContent)
removes the specified content from the text object.