Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 1,305 for

traverse

(0.14 sec)
  1. 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...
  2. 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
  3. Node.PreviousPreOrder | Aspose.Words for .NET

    Discover the Node PreviousPreOrder method to efficiently retrieve the prior node using the preorder tree traversal algorithm for optimized data processing....according to the pre-order tree traversal algorithm. public Node PreviousPreOrder...Node The top node (limit) of traversal. Return Value Previous node...

    reference.aspose.com/words/net/aspose.words/nod...
  4. GlossaryDocument.nodeType property | Aspose.Wor...

    GlossaryDocument.nodeType property. Returns the [NodeType.GlossaryDocument](../../../aspose.words/nodetype/#GlossaryDocument) value....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...
  5. Shape.nodeType property | Aspose.Words for Node.js

    Shape.nodeType property. Returns [NodeType.Shape](../../../aspose.words/nodetype/#Shape)....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...
  6. Section.nodeType property | Aspose.Words for No...

    Section.nodeType property. Returns [NodeType.Section](../../nodetype/#Section)....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...
  7. SpecialChar.nodeType property | Aspose.Words fo...

    SpecialChar.nodeType property. Returns [NodeType.SpecialChar](../../nodetype/#SpecialChar)....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...
  8. How to Find &amp; Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in pdf. I used the below sample code to get the hyperlink. Document document = new Document("c:/pdftest/TempFile.pdf"); // Traverse thro…...pdf" ); // Traverse through all the page of PDF...nks_Highlighted.pdf"); // Traverse through all the pages of the...

    forum.aspose.com/t/how-to-find-amp-replace-hype...
  9. Paragraph.nodeType property | Aspose.Words for ...

    Paragraph.nodeType property. Returns [NodeType.Paragraph](../../nodetype/#Paragraph)....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...
  10. Node.isComposite property | Aspose.Words for No...

    Node.isComposite property. Returns ``true`` if this node can contain other nodes....boolean 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...