Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 34,552 for

list

(0.07 sec)
  1. Find and Replace is replacing in wrong location...

    Hello Team, I am using Find and Replace a specific regex text in a Word document and replace it with content from an Excel file. I’ve also created a sample project where you can add your license. However, when I upload …...Document; List<Run> matchedRuns = GetMatchedRuns(args);...ReplaceAction.Skip; } private static List<Run> GetMatchedRuns(ReplacingArgs...

    forum.aspose.com/t/find-and-replace-is-replacin...
  2. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered Lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Java. Step-by-step guide....Manage Bulleted and Numbered Lists in Presentations Using Java...create bullet and numbered lists the same way you do in Word...

    docs.aspose.com/slides/java/manage-bullet/
  3. 向幻灯片添加注释|Aspose.Slides 文档

    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....that there is a comment author list in the comment authors part...elements in the comment authors list... if ( authorsPart . CommentAuthorList...

    docs.aspose.com/slides/zh/net/add-a-comment-to-...
  4. Update and Save an Email in 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/java/update-and-save-an-e...
  5. Defining the whitelist of characters|Documentation

    How to limit the set of characters Aspose.OCR engine will look for....characters instead of using the full list for a selected language can...reduce resource consumption. A list of characters can be automatically...

    docs.aspose.com/ocr/cpp/characters-whitelist/
  6. GoogleAiModel.summarize method | Aspose.Words f...

    aspose.words.ai.GoogleAiModel.summarize method...def summarize ( self , docs : List [ aspose . words . Document...Parameter Type Description docs List[ Document ] options SummarizeOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Compare MSG Files via .NET | products.aspose.com

    C# source code to compare MSG documents for differences on .NET Framework, .NET Core, and Xamarin Platforms.... List the differences and set the...StringComparer.Ordinal); var list = new List( LSTnode( string ))();...

    products.aspose.com/email/net/comparison/msg/
  8. Extract Data from Table in PDF|Aspose.PDF for C++

    Learn how to extract tabular from PDF using Aspose.PDF for C++....:: endl ; // Iterate throught list of rows for ( auto row : table...get_RowList ()) { // Iterate throught list of cell for ( auto cell : row...

    docs.aspose.com/pdf/cpp/extract-data-from-table...
  9. Managing GridDesktops Context Menu|Documentation

    This article introduces how to customize context menu in GridDesktop....menu items are visible in the list. Managing the Context Menu Hiding...new context menu item to the list using the following code snippet...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  10. CsvDataLoadOptions | Aspose.Words for Java

    Represents options for parsing CSV data in Java....CsvDataSource(getMyDir() + "List of people.csv", loadOptions);...CsvDataSource(getMyDir() + "List of people.csv", loadOptions);...

    reference.aspose.com/words/java/com.aspose.word...