Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,311 for

traverse

(1.82 sec)
  1. Node.nextPreOrder method | Aspose.Words for Nod...

    Node.nextPreOrder method. Gets next node according to the pre-order tree traversal algorithm....according to the pre-order tree traversal algorithm. nextPreOrder (...Node The top node (limit) of traversal. Returns Next node in pre-order...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. LayoutEntityType enumeration | Aspose.Words for...

    aspose.words.layout.LayoutEntityType enumeration. Types of the layout entities.... Examples Shows ways of traversing a document’s layout entities...Create an enumerator that can traverse these entities like a tree...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LayoutEnumerator.MoveNextLogical | Aspose.Words...

    Discover how the LayoutEnumerator MoveNextLogical method seamlessly navigates sibling entities, ensuring smooth iteration of paragraph lines across pages.... Examples Shows ways of traversing a document’s layout entities...Create an enumerator that can traverse these entities like a tree...

    reference.aspose.com/words/net/aspose.words.lay...
  4. LayoutEnumerator | Aspose.Words for .NET

    Discover the LayoutEnumerator constructor, easily create new instances of this class for efficient layout management in your applications.... Examples Shows ways of traversing a document’s layout entities...Create an enumerator that can traverse these entities like a tree...

    reference.aspose.com/words/net/aspose.words.lay...
  5. LayoutEntityType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Layout.LayoutEntityType enum, featuring diverse layout entity types for enhanced document formatting and seamless integration.... Examples Shows ways of traversing a document’s layout entities...Create an enumerator that can traverse these entities like a tree...

    reference.aspose.com/words/net/aspose.words.lay...
  6. Connect Aspose.Pdf.LogicalStructure.HeaderEleme...

    Hello, How can I get the paragraphs/text fragments associated to the Element Type: Aspose.Pdf.LogicalStructure.HeaderElement in the attached file. Please see the code below to find the HeaderElement I am speaking of. …...Function to traverse and print elements def traverse_structure(element...ent_objects.append(child) traverse_structure(child, level + 1...

    forum.aspose.com/t/connect-aspose-pdf-logicalst...
  7. Table.NodeType | Aspose.Words for .NET

    Discover the Table NodeType property that efficiently returns table data, enhancing your data management and organization for seamless integration....; } Examples Shows how to traverse a composite node’s tree of...<summary> /// Recursively traverses a node tree while printing...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Table.nodeType property | Aspose.Words for Node.js

    Table.nodeType property. Returns [NodeType.Table](../../nodetype/#Table)....NodeType Examples Shows how to traverse a composite node’s tree of...<summary> /// Recursively traverses a node tree while printing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. LayoutCollector | Aspose.Words for Java

    This class allows to compute page numbers of document nodes in Java....// The LayoutEnumerator can traverse the collection of layout entities...// The LayoutEnumerator can traverse the collection of layout entities...

    reference.aspose.com/words/java/com.aspose.word...
  10. Get Inline Error Message - Free Support Forum -...

    Using ReportingEngine to build Word reports with inline error detection enabled via ReportBuildOptions.InlineErrorMessages. Issue: In some cases, especially with complex expressions (e.g., comparing nullable numbers to …...string errorMessage = ""; // Traverse through the Runs and check...argument. Error Detection: Traverse through each Run node in the...

    forum.aspose.com/t/get-inline-error-message/315601