Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 33,930 for

list

(0.07 sec)
  1. Get all the text in a slide|Aspose.Slides Docum...

    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....// Verify that the slide ID list exists. if ( presentation ....slide IDs from the slide ID list. DocumentFormat . OpenXml ....

    docs.aspose.com/slides/net/get-all-the-text-in-...
  2. CompositeNode.selectNodes method | Aspose.Words...

    CompositeNode.selectNodes method. Selects a List of nodes matching the XPath expression....selectNodes(xpath) Selects a list of nodes matching the XPath...are not supported. Returns A list of nodes matching the XPath...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. StyleCollection class | Aspose.Words for Node.js

    Aspose.Words.StyleCollection class. A collection of [Style](../style/) objects that represent both the built-in and user-defined styles in a document...and use a paragraph style with list formatting. let doc = new aw...spaceAfter = 12 ; // Create a list and make sure the paragraphs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Fields::FieldListNum class | Asp...

    Aspose::Words::Fields::FieldListNum class. Implements the ListNUM field. To learn more, visit the documentation article in C++....Gets or sets the level in the list, overriding the default behavior...use them to emulate numbered lists. auto field = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. TxtSaveOptions.simplifyListLabels property | As...

    TxtSaveOptions.simplifyListLabels property. Specifies whether the program should simplify List labels in case of complex label formatting not being adequately represented by plain text....the program should simplify list labels in case of complex label...text. If set to true , numbered list labels are written in simple...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Impose PDF using C#

    This article guides on how to impose PDF using C#. It has the details to set the IDE, a List of steps, and a sample code to develop PDF imposition software using C#....the development environment, a list of steps to write the application...names, left pages list, and right pages list These steps entail...

    kb.aspose.com/pdf/net/impose-pdf-using-csharp/
  7. TxtListIndentation.count property | Aspose.Word...

    TxtListIndentation.count property. Gets or sets how many [TxtListIndentation.character](../character/) to use as indentation per one List level...to use as indentation per one list level. The default value is...Examples Shows how to configure list indenting when saving a document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add PDF Bookmarks with Named Destinations with ...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for C++....Sub-Bookmarks in list std :: vector < PdfBookmarkEntry > list ; list . push_back...push_back ( subbookmarkEntry1 ); list . push_back ( subbookmarkEntry2...

    docs.aspose.com/cells/cpp/add-pdf-bookmarks-wit...
  9. 通过Node.js via C++添加带有命名目的书签到PDF|Documentation

    学习如何使用Aspose.Cells for Node.js via C++添加带有命名目的PDF书签。确保书签在页面变更时保持完整。...Sub-Bookmarks in list const list = []; list . push ( subbookmarkEntry1...subbookmarkEntry1 ); list . push ( subbookmarkEntry2 ); // Assign Sub-Bookmarks...

    docs.aspose.com/cells/zh/nodejs-cpp/add-pdf-boo...
  10. Aspose::Words::Saving::TxtSaveOptions::get_List...

    Aspose::Words::Saving::TxtSaveOptions::get_ListIndentation method. Gets a TxtListIndentation object that specifies how many and which character to use for indentation of List levels. By default, it is zero count of character '\0', that means no indentation in C++....character to use for indentation of list levels. By default, it is zero...Examples Shows how to configure list indenting when saving a document...

    reference.aspose.com/words/cpp/aspose.words.sav...