makes it possible to remove text contents before or after existing text contents.
Definition XRelativeTextContentRemove.idl:36
void removeTextContentBefore([in] XTextContent xSuccessor)
removes the text content that precedes the argument.
void removeTextContentAfter([in] XTextContent xPredecessor)
removes the text content that follows the argument.
enables objects to be inserted into a text and to provide their location in a text once they are inse...
Definition XTextContent.idl:29