LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XRelativeTextContentRemove Interface Referencepublished

makes it possible to remove text contents before or after existing text contents. More...

import"XRelativeTextContentRemove.idl";

Inheritance diagram for XRelativeTextContentRemove:
XInterface

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...
 

Detailed Description

makes it possible to remove text contents before or after existing text contents.

Deprecated:

Member Function Documentation

◆ removeTextContentAfter()

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.

◆ removeTextContentBefore()

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.


The documentation for this interface was generated from the following file: