makes it possible to insert new text contents before or after existing text contents.
Definition: XRelativeTextContentInsert.idl:42
void insertTextContentBefore([in] XTextContent xNewContent, [in] XTextContent xSuccessor)
inserts text the new text content before of the successor argument.
void insertTextContentAfter([in] XTextContent xNewContent, [in] XTextContent xPredecessor)
inserts text the new text content after the predecessor argument.
enables objects to be inserted into a text and to provide their location in a text once they are inse...
Definition: XTextContent.idl:35