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...
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...
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...
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 ...
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...
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...
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...