Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 36,140 for

list

(0.11 sec)
  1. Make a ZIP archive flat | Aspose.Zip for .NET

    C# zip library enables you to extract the nested zip archive contents into the parent archive to get a flat structure....explanation First, we need to list all the entries of the archive...archive, so keep such entries in a list. Copy 1 if (entry. Name . EndsWith...

    docs.aspose.com/zip/net/flatten-nested-zip/
  2. Update and Save an Email in Python|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/java/update-and-save-an-e...
  3. Processor Class | Aspose.Words for .NET

    Enhance document processing with Aspose.Words.LowCode.Processor class, designed for seamless and efficient handling of various document tasks.... To ( List<Stream>, SaveFormat ) Specifies...output Document streams list. To ( List<Stream>, SaveOptions )...

    reference.aspose.com/words/net/aspose.words.low...
  4. 使用 IMAP 服务器的邮件|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....IN_BOX ); ImapMessageInfoColle list = client . listMessages ();...message for ( int i = 0 ; i < list . size (); i ++ ) { // Save...

    docs.aspose.com/email/zh/java/working-with-mess...
  5. 使用 Microsoft Graph 管理邮箱|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.... getId ()); // list categories List < OutlookCategory >...); // list overrides List < ClassificationOverri > list = client...

    docs.aspose.com/email/zh/java/mailbox-managemen...
  6. HeaderFooterCollection indexer | Aspose.Words f...

    HeaderFooterCollection indexer. Retrieves a [HeaderFooter](../../headerfooter/) at the given index....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/python-net/aspose.wo...
  7. RevisionsView enumeration | Aspose.Words for Py...

    aspose.words.RevisionsView enumeration. Allows to specify whether to work with the original or revised version of a document....'Revisions at list levels.docx' ) doc . update_list_labels () paragraphs...( '1.' , paragraphs [ 0 ] . list_label . label_string ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ReportBuilder.build_report method | Aspose.Word...

    aspose.words.lowcode.ReportBuilder.build_report method..., data : List [ object ], data_source_names : List [ str ]):...str The output file name. data List[object] An array of data source...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Working with Exchange Mailbox and Messages usin...

    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.... Listing Messages A list of the email messages...method. Simple Messages Listing To list the messages in an Exchange...

    docs.aspose.com/email/net/working-with-exchange...
  10. Difference in Aspose behaviour vs MS Office beh...

    Hi, I’m trying to insert a document at a bookmark location using Aspose.Words, and I’m attempting to replicate the same behavior I currently have with Office Interop. When I compare the results, I notice that Aspose in…...Empty; List<string> bookmarkNames = new List<string>() {..."COMPLETES_BY_LANGUAGE" }; List<string> filesToInsert = new List<string>() {...

    forum.aspose.com/t/difference-in-aspose-behavio...