Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 4,338 for

tree

(0.56 sec)
  1. EditableRangeEnd class | Aspose.Words for Python

    aspose.words.EditableRangeEnd class. Represents an end of an editable range in a Word document...node according to the pre-order tree traversal algorithm. (Inherited...node according to the pre-order tree traversal algorithm. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  2. SubDocument class | Aspose.Words for Python

    aspose.words.SubDocument class. Represents a SubDocument - which is a reference to an externally stored document...node according to the pre-order tree traversal algorithm. (Inherited...node according to the pre-order tree traversal algorithm. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  3. OfficeMath.accept method | Aspose.Words for Nod...

    OfficeMath.accept method. Accepts a visitor....Traverses a node's non-binary tree of child nodes. /// Creates...visitor is into the document tree. /// </summary> /// <param ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SmartTag constructor | Aspose.Words for Python

    SmartTag constructor. Initializes a new instance of the [SmartTag](../) class....not be a part of the document tree. When a node is created, it...not yet part of the document tree and Node.parent_node is null...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentVisitor.VisitFieldSeparator | Aspose.Wo...

    Discover the VisitFieldSeparator method in DocumentVisitor. Efficiently handle field separators in your documents for streamlined processing....Traverses a node's non-binary tree of child nodes. /// Creates...visitor is /// into the field's tree of child nodes. /// </summary>...

    reference.aspose.com/words/net/aspose.words/doc...
  6. CompositeNode.prepend_child method | Aspose.Wor...

    CompositeNode.prepend_child method. Adds the specified node to the beginning of the list of child nodes for this node....the newChild is already in the tree, it is first removed. If the...part of the document's node tree, as we did with the first run...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBase class | Aspose.Words for Node.js

    Aspose.Words.DocumentBase class. Provides the abstract base class for a main document and a glossary document of a Word document...as a tree of nodes. DocumentBase is a root node of the tree that...DocumentBase.lists that the tree nodes might refer to. Inheritance:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....visitor is into the document tree. /// /// private void inden...node according to the pre-order tree traversal algorithm. nodeTypeToString(int...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose words Java -ExportDocumentStructure - vi...

    When exporting DOCX to PDF with pdfOptions.setExportDocumentStructure(true) enabled, the Table of Contents (TOC) shows an unexpected visible space after the page number (trailing whitespace) on TOC lines in the tagged PD…...Words builds a structure tree (tags) for the PDF. The current...getVersion()); Inspect the tag tree to confirm that the extra space...

    forum.aspose.com/t/aspose-words-java-exportdocu...
  10. Markdown Lists – C# Code Examples

    Creating Markdown Lists in C#. Use the Aspose.HTML for .NET library to create ordered and unordered Markdown lists....Markdown parsing and MD syntax tree management based on the GitHub...Add orderedList to MD syntax tree md.AppendChild(orderedList);...

    products.aspose.com/html/net/markdown-list/