Aspose::Words::Markup::SmartTag::SmartTag constructor. Initializes a new instance of the SmartTag class in C++....not be a part of the document tree. When a node is created, it...not yet part of the document tree and ParentNode is null. To insert...
FormField.nodeType property. Returns [NodeType.FormField](../../../aspose.words/nodetype/#FormField)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
Paragraph.nodeType property. Returns [NodeType.Paragraph](../../nodetype/#Paragraph)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
GroupShape.nodeType property. Returns [NodeType.GroupShape](../../../aspose.words/nodetype/#GroupShape)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
BuildingBlock.nodeType property. Returns the [NodeType.BuildingBlock](../../nodetype/#BuildingBlock) value....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
Node.isComposite property. Returns ``true`` if this node can contain other nodes....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
BookmarkEnd.nodeType property. Returns [NodeType.BookmarkEnd](../../nodetype/#BookmarkEnd)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
CommentRangeStart.nodeType property. Returns [NodeType.CommentRangeStart](../../nodetype/#CommentRangeStart)....traverse a composite node’s tree of child nodes. test ( 'RecurseChildren'...Recursively traverses a node tree while printing the type of each...
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.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...