Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 34,045 for

list

(0.09 sec)
  1. 使用JavaScript通过C++添加带有命名目标的PDF书签|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++添加带有命名目标的PDF书签,确保在更改页面后书签依然完好无损。...Sub-Bookmarks in list const list = []; list . push ( subbookmarkEntry1...subbookmarkEntry1 ); list . push ( subbookmarkEntry2 ); // Assign Sub-Bookmarks...

    docs.aspose.com/cells/zh/javascript-cpp/add-pdf...
  2. RevisionsView enumeration | Aspose.Words for Py...

    aspose.words.RevisionsView enumeration. Allows to specify whether to work with the original or revised version of a document....'Revisions at list levels.docx' ) doc . update_list_labels () paragraphs...( '1.' , paragraphs [ 0 ] . list_label . label_string ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. JsonDataLoadOptions.PreserveSpaces | Aspose.Wor...

    Discover how the JsonDataLoadOptions PreserveSpaces property enhances JSON data handling by preserving leading and trailing spaces for accurate string values....{ ExactDateTimeParseFo = new List < string > { "MM/dd/yyyy" ,...new JsonDataSource ( MyDir + "List of people.json" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  4. WriteInConfig|Documentation

    WriteInConfig element provides a blank field in which the respondent can hand write some text or draw a picture....TemplateConfig () { Children = new List < BaseConfig >() { new PageConfig...PageConfig () { Children = new List < BaseConfig >() { new ContainerConfig...

    docs.aspose.com/omr/net/programmatic-forms/writ...
  5. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered Lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Step-by-step guide with code examples to help you get started fast....Manage Bulleted and Numbered Lists in Presentations in Python Contents...Managing bulleted and numbered lists effectively is important when...

    docs.aspose.com/slides/python-net/manage-bullet...
  6. Getting the Exact Coordinates of Data Points fr...

    image.png (76.1 KB) The above image shows the thumbnail rendered by Aspose image.png (36.4 KB) This image shows is the screenshot of the same slide in PowerPoint. I am using similar syntax as below: chart.ValidateCh…...chartHeight); var categories = new List<string> { "FCEV 400 km\n(2019)"...data var baseCarCostData = new List<double> { 21, 18, 11, 5, 0,...

    forum.aspose.com/t/getting-the-exact-coordinate...
  7. IMailMergeDataSource.MoveNext | Aspose.Words fo...

    Discover how the IMailMergeDataSource MoveNext method seamlessly advances to the next record, enhancing your data management efficiency....Address " ); List < Customer > customers = new List < Customer...public CustomerMailMergeDat ( List < Customer > customers ) { mCustomers...

    reference.aspose.com/words/net/aspose.words.mai...
  8. FontEmbeddingLicensingRights | Aspose.Words for...

    Represents embedding licensing rights for the font in Java....docx"); // Get the list of document fonts. FontInfoCollection...font rights.docx"); // Get the list of document fonts. FontInfoCollection...

    reference.aspose.com/words/java/com.aspose.word...
  9. Change in methods name|Aspose.PDF for Java

    Find out about method name changes in recent versions of Aspose.PDF for Java, ensuring code compatibility with the latest API.... Specified below is the list of methods whose names have...aspose.pdf package Following list indicates the methods under...

    docs.aspose.com/pdf/java/change-in-methods-name/
  10. Create Flat ZIP Archive in C# .NET | .NET ZIP L...

    Use .NET API to create flat ZIP archives in C# or VB.NET. Extract the inner ZIP archives to the outer archive from within your .NET applications.... Then, create lists to store the inner ZIP entries...method. Then, add entry to the list of entries to be deleted. Open...

    blog.aspose.com/zip/create-a-flat-zip-archive-i...