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. | |
void | insertTextContentAfter ([in] XTextContent xNewContent, [in] XTextContent xPredecessor) raises ( com::sun::star::lang::IllegalArgumentException ) |
inserts text the new text content after the predecessor argument. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
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.