Node.previousPreOrder method. Gets the previous node according to the pre-order Tree traversal algorithm....node according to the pre-order tree traversal algorithm. previousPreOrder...traverse the document’s node tree using the pre-order traversal...
Discover the Node NextPreOrder method for efficient Tree traversal. Learn how to retrieve the next node using the preorder algorithm effectively!...node according to the pre-order tree traversal algorithm. public...traverse the document’s node tree using the pre-order traversal...
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...
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...
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...
FieldSeparator.nodeType property. Returns [NodeType.FieldSeparator](../../../aspose.words/nodetype/#FieldSeparator)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
Run.nodeType property. Returns [NodeType.Run](../../nodetype/#Run)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
SmartTag.nodeType property. Returns [NodeType.SmartTag](../../../aspose.words/nodetype/#SmartTag)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
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 ...