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

list

(0.58 sec)
  1. 在 PHP 中更新并保存电子邮件|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....(); \ # 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...
  2. 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...
  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. 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...
  7. ListLabel.Font | Aspose.Words for .NET

    Discover the ListLabel Font property to customize your List label's font style and enhance your design for a professional touch....Font property Gets the list label font. public Font Font...ListLabel namespace Aspose.Words.Lists assembly Aspose.Words ListLabel...

    reference.aspose.com/words/net/aspose.words.lis...
  8. 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/
  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...