Word.CustomXmlInsertSubtreeBeforeOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Inserts a new node just before the context node in the tree.
Remarks
Properties
next |
If provided, specifies the context node. |
Property Details
nextSibling
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
If provided, specifies the context node.
nextSibling?: Word.CustomXmlNode;