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

list

(0.9 sec)
  1. Working with Contacts in PST File|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....Distribution Lists It is possible to create a Distribution list using...multiple contacts. A distribution list can be saved to disc in Outlook...

    docs.aspose.com/email/python-net/working-with-c...
  2. TableStyle | Aspose.Words for Java

    Represents a table style in Java....Gets the list that defines formatting of this list style. getListFormat()...getListFormat() Provides access to the list formatting properties of a paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  3. Delete all the comments by an author|Aspose.Sli...

    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....SlideCommentsPart ; // Get the list of comments. if ( slideCommentsPart...authorId . Value ); List < Comment > comments = new List < Comment >();...

    docs.aspose.com/slides/net/delete-all-the-comme...
  4. Word 目录域 页码与实际内容页码不一致 - Free Support Forum - as...

    word 目录域 页码与实际内容页码不一致 使用版本21.1 demo.zip (56.0 KB)...setupHeaderAndFooter(builder); // 定义多级列表样式 List list = defineMultilevelList(doc);...// 添加内容 addContent(builder, list); builder.insertBreak(BreakType...

    forum.aspose.com/t/word/289162
  5. Remove Duplicate Rows in Excel using C#

    This article assists how to remove duplicate rows in Excel using C#. It provides the IDE settings, steps, and a code to delete duplicate lines in Excel using C#....the development environment, a list of steps to write the application...flag for headers, and columns list Remove duplicate rows within...

    kb.aspose.com/cells/net/remove-duplicate-rows-i...
  6. Clean Up a Document in Node.js|Aspose.Words for...

    Remove unused or duplicate information to reduce output size and processing time using Node.js. Remove unused styles, unused built-in styles, duplicate styles, or unused Lists....unused data, such as styles or lists, or duplicate information manually...styles or just unused styles or lists from the document, you can use...

    docs.aspose.com/words/nodejs-net/clean-up-a-doc...
  7. HtmlLoadOptions.WebRequestTimeout | Aspose.Word...

    Discover HtmlLoadOptions' WebRequestTimeout property, allowing you to customize timeout settings for optimal web performance. Default, 100 seconds....document loading operation in a List. /// </summary> private class...mWarnings . Add ( info ); } public List < WarningInfo > Warnings ()...

    reference.aspose.com/words/net/aspose.words.loa...
  8. Aspose::Words::Document::RemoveBlankPages metho...

    Aspose::Words::Document::RemoveBlankPages method. Removes blank pages from the document in C++....:: Collections :: Generic :: List < int32_t >> Aspose :: Words...RemoveBlankPages () ReturnValue List of page numbers has been considered...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Error when extracting images from PDF in multit...

    The code is as follows; this is an asynchronous method annotated with the @Async annotation. // interface @Async("ioTaskExecutor") CompletableFuture<List<BufferedImage>> getPdfImages(String pdfPath); //impl …...@Async("ioTaskExecutor") CompletableFuture<List<BufferedImage>> getPdfImages(String...//impl public CompletableFuture<List<BufferedImage>> getPdfImages(String...

    forum.aspose.com/t/error-when-extracting-images...
  10. Merge Excel Files using Python

    Follow this article to merge Excel files using Python. It includes details on setting up the IDE, a List of instructions, and sample code to combine Excel files using Python.... It has IDE settings, a list of instructions, and a sample...and load the license Create a list of Excel files you want to combine...

    kb.aspose.com/cells/python/merge-excel-files-us...