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

list

(1.92 sec)
  1. Aspose::Words::CompositeNode::SelectNodes metho...

    Aspose::Words::CompositeNode::SelectNodes method. Selects a List of nodes matching the XPath expression in C++....CompositeNode::SelectNodes method Selects a list of nodes matching the XPath...XPath expression. ReturnValue A list of nodes matching the XPath...

    reference.aspose.com/words/cpp/aspose.words/com...
  2. EWS Email Management Guide: Send, Read, and Org...

    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.... List Messages Using EWS Aspose.Email...EWS-based ListMessages API, you can list messages from any folder, browse...

    docs.aspose.com/email/cpp/exchange-server-ews-e...
  3. 在 PST 文件中管理 Outlook 分发列表|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.... 创建一个名为“Contact list”的分发列表,将已添加的联系人作为成员,并将其添加到 PST...MapiDistributionList ( "Contact list" , members ) distributionList...

    docs.aspose.com/email/zh/python-net/managing-di...
  4. Aspose.PSD for .NET 21.10 - Release Notes|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....filter items var filters = new List < SmartFilter >( smartObj ....psdLayer ) { List < LayerResource > oldResources = new List < LayerResource...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  5. How to Remove Watermark from PDF using Python

    This short topic guides on how to remove watermark from PDF using Python. It encompasses all the details for the configuration, step-wise process and a runnable sample code to remove watermark from PDF file using Python....page of the document and make a list of watermark-type artifacts...all the watermarks, once the list is populated with the desired...

    kb.aspose.com/pdf/python/how-to-remove-watermar...
  6. Delete a Slide|Aspose.Slides 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.... Presentation ; // Get the list of slide IDs in the presentation...Remove the slide from the slide list. slideIdList . RemoveChild (...

    docs.aspose.com/slides/net/delete-a-slide/
  7. 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...
  8. Impose PDF using Python

    Follow this article to impose PDF using Python. It has the details to set the IDE, a List of steps, and a sample code to implement PDF imposition software using Python....the details to set the IDE, a list of steps, and a sample code...facades namespace, create a list of page organization for the...

    kb.aspose.com/pdf/python/impose-pdf-using-python/
  9. 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...
  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...