Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 36,732 for

list

(0.08 sec)
  1. 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...
  2. 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...
  3. IMailMergeDataSource.GetChildDataSource | Aspos...

    Discover how the IMailMergeDataSource GetChildDataSource method enhances Aspose.Words mail merge by managing nested regions seamlessly....Address " ); List < Customer > customers = new List < Customer...public CustomerMailMergeDat ( List < Customer > customers ) { mCustomers...

    reference.aspose.com/words/net/aspose.words.mai...
  4. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#...."//Table//Paragraph" ); // Iterate through the list with an enumerator and print..."//Body/Paragraph" ); // We can treat the list as an array. Assert . That (...

    reference.aspose.com/words/net/aspose.words/nod...
  5. ListLabel.font property | Aspose.Words for Python

    ListLabel.font property. Gets the List label font....font property Gets the list label font. @property def font...See Also module aspose.words.lists class ListLabel ListLabel.label_string...

    reference.aspose.com/words/python-net/aspose.wo...
  6. XamlFlowSaveOptions | Aspose.Words for .NET

    Discover the XamlFlowSaveOptions constructor to easily initialize and save documents in the XamlFlow format. Enhance your workflow today!...imagesFolderAlias ; Resources = new List < string >(); } void IImageSavingCallback...ImagesFolderAlias { get ; } public List < string > Resources { get ;...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 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/
  8. TableSubstitutionRule.load_linux_settings metho...

    TableSubstitutionRule.load_linux_settings method. Loads predefined table substitution settings for Linux platform....assertListEqual ([ 'Times New Roman' ], list ( table_substitution_rule ....'Liberation Serif' , 'DejaVu Serif' ], list ( table_substitution_rule ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. TableSubstitutionRule.load_windows_settings met...

    TableSubstitutionRule.load_windows_settings method. Loads predefined table substitution settings for Windows platform....assertListEqual ([ 'Times New Roman' ], list ( table_substitution_rule ....'Liberation Serif' , 'DejaVu Serif' ], list ( table_substitution_rule ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert Project Pages to Separate Image Files |...

    This guide explains how to convert Microsoft Project files into multiple JPEG image files using Aspose.Tasks for C#....Pages property that contains a list of page numbers to save when...All pages are saved if this list is empty and ImageSaveOptions...

    docs.aspose.com/tasks/cpp/convert-project-pages...