LibreOffice
LibreOffice 24.2 SDK API Reference
|
makes it possible to remove text contents before or after existing text contents. More...
import"XRelativeTextContentRemove.idl";
Public Member Functions | |
void | removeTextContentBefore ([in] XTextContent xSuccessor) raises ( com::sun::star::lang::IllegalArgumentException ) |
removes the text content that precedes the argument. More... | |
void | removeTextContentAfter ([in] XTextContent xPredecessor) raises ( com::sun::star::lang::IllegalArgumentException ) |
removes the text content that follows the 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 remove text contents before or after existing text contents.
void removeTextContentAfter | ( | [in] XTextContent | xPredecessor | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
removes the text content that follows the argument.
This is helpful to remove empty paragraphs following text tables especially in headers, footers or text frames.
void removeTextContentBefore | ( | [in] XTextContent | xSuccessor | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
removes the text content that precedes the argument.
This is helpful to remove empty paragraphs before text tables.