LibreOffice
LibreOffice 24.2 SDK API Reference
|
makes it possible to insert new text contents before or after existing text contents. More...
import"XRelativeTextContentInsert.idl";
Public Member Functions | |
void | insertTextContentBefore ([in] XTextContent xNewContent, [in] XTextContent xSuccessor) raises ( com::sun::star::lang::IllegalArgumentException ) |
inserts text the new text content before of the successor argument. More... | |
void | insertTextContentAfter ([in] XTextContent xNewContent, [in] XTextContent xPredecessor) raises ( com::sun::star::lang::IllegalArgumentException ) |
inserts text the new text content after the predecessor argument. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
makes it possible to insert new text contents before or after existing text contents.
void insertTextContentAfter | ( | [in] XTextContent | xNewContent, |
[in] XTextContent | xPredecessor | ||
) | |||
raises | ( | com::sun::star::lang::IllegalArgumentException | |
) |
inserts text the new text content after the predecessor argument.
This is helpful to insert paragraphs after text tables especially in headers, footers or text frames.
void insertTextContentBefore | ( | [in] XTextContent | xNewContent, |
[in] XTextContent | xSuccessor | ||
) | |||
raises | ( | com::sun::star::lang::IllegalArgumentException | |
) |
inserts text the new text content before of the successor argument.
This is helpful to insert paragraphs before of text tables.