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 generated_idl_chapter_refs.idl:1057