Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 36,548 for

list

(0.44 sec)
  1. Apply Advanced Filter of Microsoft Excel to Dis...

    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....to filter the list in place. listRange The list range. criteriaRange...

    docs.aspose.com/cells/java/apply-advanced-filte...
  2. Aspose::Words::Lists::ListLevelCollection::iter...

    How to use Aspose::Words::Lists::ListLevelCollection::iterator_holder_type typedef of Aspose::Words::Lists::ListLevelCollection class in C++....Aspose::Words::Lists::ListLevelCollection::iterator_holder_type...typedef using Aspose :: Words :: Lists :: ListLevelCollection :: iterator_holder_type...

    reference.aspose.com/words/cpp/aspose.words.lis...
  3. FontSettings.set_fonts_sources method | Aspose....

    aspose.words.fonts.FontSettings.set_fonts_sources method...set_fonts_sources ( self , sources : List [ aspose . words . fonts . FontSourceBase...Parameter Type Description sources List[ FontSourceBase ] An array of...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ComparisonEvaluationResult | Aspose.Words for .NET

    Discover the ComparisonEvaluationResult constructor to efficiently generate and analyze comparison evaluation outcomes for better decision-making....readonly List < string []> mInvocations = new List < string []>();...readonly List < string []> mInvocations = new List < string []>();...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Aspose::Words::BookmarkCollection::idx_get meth...

    Aspose::Words::BookmarkCollection::idx_get method. Returns a bookmark by name in C++....to the number of items in the list, this returns a null reference...than the number of items in the list, this returns a null reference...

    reference.aspose.com/words/cpp/aspose.words/boo...
  6. Working with Table in Tagged PDFs|Aspose.PDF fo...

    This article explains how to works with table in Tagged PDF document with Aspose.PDF for .NET.... The following is the list properties you can use to style...class. The following is the list properties you can use to style...

    docs.aspose.com/pdf/net/working-with-table-in-t...
  7. ImportFormatOptions.mergePastedLists property |...

    ImportFormatOptions.mergePastedLists property. Gets or sets a boolean value that specifies whether pasted Lists will be merged with surrounding Lists...whether pasted lists will be merged with surrounding lists. The default...Examples Shows how to merge lists from a documents. const srcDoc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 在 Jython 中更新并保存电子邮件|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....MailAddressCollectio () # Retrieve Email's TO list contacts = email . getTo ()...the collection as Email's TO list email . setTo ( contacts ) #...

    docs.aspose.com/email/zh/java/update-and-save-a...
  9. Using DocumentBuilder to Modify a Document Easi...

    Use the document builder to modify a document easily in C++.... List Formatting Aspose.Words allows...the easy creation of lists by applying list formatting. DocumentBuilder...

    docs.aspose.com/words/cpp/using-documentbuilder...
  10. Copying text from one PDF to another is slow - ...

    Hello, we want to copy (recognized OCR) text from one PDF to another. This example source code works but is very very slow (the textBuilder.AppendText function takes about 3 minutes for one page of text) Why is the me…...TextBuilder(page_new); List<TextFragment> list = new List<TextFragment>();... { list.Add(textFragment); } textBuilder.AppendText(list); }...

    forum.aspose.com/t/copying-text-from-one-pdf-to...