Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 37,995 for

list

(1.23 sec)
  1. Aspose::Words::LowCode::Processor::To method | ...

    How to use To method of Aspose::Words::LowCode::Processor class in C++....stem::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>>&...:: Collections :: Generic :: List < System :: SharedPtr < System...

    reference.aspose.com/words/cpp/aspose.words.low...
  2. Manage Contacts in Microsoft Graph with Aspose....

    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.... You can list, fetch, create, and update contacts...IGraphClient graphClient = null ; // List Contacts MapiContactCollectio...

    docs.aspose.com/email/java/manage-contacts-in-m...
  3. Finding line bounding boxes|Documentation

    Automatic detection of line bounding boxes inside an image.... The method returns a list of RectangleOutput objects containing...page. Therefore, the resulting list can contain more RectangleOutput...

    docs.aspose.com/ocr/python-net/image-regions-li...
  4. Accessing Table from Cell and Adding Values ins...

    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....add values inside the Table or List Object using Cell.putValue(boolean)...add values inside the Table or List Object using the row and column...

    docs.aspose.com/cells/nodejs-cpp/accessing-tabl...
  5. RowCollection class | Aspose.Words for Python

    aspose.words.tables.RowCollection class. Provides typed access to a collection of [Row](../row/) nodes... assertEqual ( 2 , len ( list ( tables ))) i = 0 while i <...self . assertNotEqual ( rows , list ( rows )) j = 0 while j < rows...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Managing Document Properties in Ruby|Documentation

    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....xls' ) # Retrieve a list of all custom document properties...+ 'Book1.xls' ) # Retrieve a list of all custom document properties...

    docs.aspose.com/cells/java/managing-document-pr...
  7. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...the only character which is a list bullet element at a different...I remove the list bullet item or change the list bullet level...

    forum.aspose.com/t/document-extractpages-yields...
  8. Create ComboBox Field|Aspose.PDF for Python via...

    Check how to programmatically add a ComboBox (drop-down List) field to a PDF document using Aspose.PDF for Python. This example demonstrates how to insert a ComboBox form field, add selectable items, and save the updated PDF file....way for users to choose from a list of predefined values while keeping...radio buttons, and drop-down lists. Load an existing PDF document...

    docs.aspose.com/pdf/python-net/create-combobox-...
  9. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply the advanced filter of Microsoft Excel to display records meeting complex criteria by using the Aspose.Cells for Node.js via C++ API....to filter the list in place. listRange The list range. criteriaRange...

    docs.aspose.com/cells/nodejs-cpp/apply-advanced...
  10. Merge Documents|Aspose.Words for Java

    Merge documents easily and fast instead of using docx4j....utility, you simply pass it a list of the docx you want to merge;...{ // Create list of docx packages to merge List < WordprocessingMLPack...

    docs.aspose.com/words/java/merge-documents/