Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,375 for

traverse

(0.14 sec)
  1. FindReplaceDirection | Aspose.Words for Java

    Specifies direction for replace operations in Java....find-and-replace operation traverses the document in. public void...the end of the range, and traverse back to the beginning. //...

    reference.aspose.com/words/java/com.aspose.word...
  2. LayoutEnumerator.Kind | Aspose.Words for .NET

    Discover the LayoutEnumerator Kind property, which identifies the current entity type. Ensure clarity in your data with this essential feature.... 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...
  3. 从PDF中提取图像并识别条形码|Aspose.PDF for .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf" )) { // Traverse through individual pages of...Count ; pageCount ++) { // Traverse through each image extracted...

    docs.aspose.com/pdf/zh/net/extract-images-from-...
  4. Access GridRow in a Worksheet|Documentation

    This article introduces how to get row object (GridRow) in the worksheet in GridWeb....one, we can use iterators to traverse the existing rows. This will...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. 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...(TraverseLayoutForwar). @staticmethod def _traverse_layout_forward ( layout_enumerator...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Node.previousPreOrder method | Aspose.Words for...

    Node.previousPreOrder method. Gets the previous node according to the pre-order tree traversal algorithm....according to the pre-order tree traversal algorithm. previousPreOrder...Node The top node (limit) of traversal. Returns Previous node in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Node.NextPreOrder | Aspose.Words for .NET

    Discover the Node NextPreOrder method for efficient tree traversal. Learn how to retrieve the next node using the preorder algorithm effectively!...according to the pre-order tree traversal algorithm. public Node NextPreOrder...Node The top node (limit) of traversal. Return Value Next node in...

    reference.aspose.com/words/net/aspose.words/nod...
  8. How to Find & 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. 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
  10. Table.nodeType property | Aspose.Words for Node.js

    Table.nodeType property. Returns [NodeType.Table](../../nodetype/#Table).... /// Do not recursively traverse through those tables to check...childTableCount ; } Shows how to traverse a composite node’s tree of...

    reference.aspose.com/words/nodejs-net/aspose.wo...