Discover the Node IsComposite property. Easily identify if a node can hold other nodes, enhancing your data structure management and flexibility....traverse a composite node’s tree of child nodes. public void...Recursively traverses a node tree while printing the type of each...
Aspose::Words::Node::get_ParentNode method. Gets the immediate parent of this node in C++....to the tree, or if it has been removed from the tree, the parent...root of the document's node tree. ASPOSE_ASSERT_EQ ( para , run...
Comment.nodeType property. Returns [NodeType.Comment](../../nodetype/#Comment)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
Footnote.nodeType property. Returns [NodeType.Footnote](../../../aspose.words/nodetype/#Footnote)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
FieldStart.nodeType property. Returns [NodeType.FieldStart](../../../aspose.words/nodetype/#FieldStart)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
Document.nodeType property. Returns [NodeType.Document](../../nodetype/#Document)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
Node.nextPreOrder method. Gets next node according to the pre-order Tree traversal algorithm....node according to the pre-order tree traversal algorithm. nextPreOrder...traverse the document’s node tree using the pre-order traversal...
Aspose::Words::Range class. Represents a contiguous area in a document. To learn more, visit the documentation article in C++....document is represented by a tree of nodes and the nodes provide...operations to work with the tree, but some operations are easier...
Node.parentNode property. Gets the immediate parent of this node....to the tree, or if it has been removed from the tree, the parent...root of the document's node tree. expect ( run . parentNode ...