Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,022 for

traverse

(0.11 sec)
  1. How to Add Image Watermark in PPTX using Python

    In this topic, we'll walk you through the steps for how to add image watermark in PPTX using Python. You can insert a picture watermark in PowerPoint by using easy API interface in Python....presentation image collection Traverse through each shape inside...

    kb.aspose.com/slides/python/how-to-add-image-wa...
  2. Sorting Resources by Name

    Learn how to sort resources have been read from your Microsoft Project (MPP/XML) files by name using Aspose.Tasks for .NET.... Then traverse the resources in the project...

    docs.aspose.com/tasks/net/sorting-resources-by-...
  3. Rendering Shapes on Slide as Images|Aspose.Slid...

    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.... In this example we will traverse through each shape inside...

    docs.aspose.com/slides/net/rendering-shapes-on-...
  4. Aspose::Words::Layout::LayoutCollector::GetEnti...

    Aspose::Words::Layout::LayoutCollector::GetEntity method. Returns an opaque position of the LayoutEnumerator which corresponds to the specified node. You can use returned value as an argument to Current given the document being enumerated and the document of the node are the same in C++....// The LayoutEnumerator can traverse the collection of layout entities...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. Aspose::Words::DocumentVisitor::VisitSpecialCha...

    Aspose::Words::DocumentVisitor::VisitSpecialChar method. Called when a SpecialChar node is encountered in the document in C++....the accepting node, and then traverse its child nodes in a depth-first...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Aspose::Words::DocumentVisitor::VisitFormField ...

    Aspose::Words::DocumentVisitor::VisitFormField method. Called when a form field is encountered in the document in C++....the accepting node, and then traverse its child nodes in a depth-first...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. TableCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TableCollection class for easy, typed access to Table nodes, enhancing document processing efficiency and flexibility.... /// Do not recursively traverse through those tables to check...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Aspose::Words::Node::Accept method | Aspose.Wor...

    Aspose::Words::Node::Accept method. Accepts a visitor in C++....the accepting node, and then traverse its child nodes in a depth-first...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. LayoutCollector.GetEntity | Aspose.Words for .NET

    Discover the LayoutCollector GetEntity method, effortlessly retrieve the LayoutEnumerator's position for seamless document navigation and enhanced productivity....// The LayoutEnumerator can traverse the collection of layout entities...

    reference.aspose.com/words/net/aspose.words.lay...
  10. Reading Merged cells - Free Support Forum - asp...

    Hello Team, I’m reading an Excel file row by row using Aspose.Cells Java. If a cell is part of a merged range, I want to get the value from the top-left cell of that range. Is there a built-in API to check if a cell be…...following example code to traverse cells and obtain the value...

    forum.aspose.com/t/reading-merged-cells/311722