Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 36,337 for

list

(0.08 sec)
  1. Convert Paragraph into Bullet Points in Word us...

    Convert paragraph into bullet points in Word using Python. You will get settings for IDE and a sample code to convert text to bullet points in Word using Python....the development environment, a list of steps to accomplish the task...write each string to the bullet list Call the remove_numbers() method...

    kb.aspose.com/words/python/convert-paragraph-in...
  2. Extract Table Data from PDF|Aspose.PDF for Java

    Learn how to extract tabular from PDF using Aspose.PDF for Java...saved in a list of AbsorbedTable . We can get this list through...TableList and handle list of absorbed rows and list of absorbed cells...

    docs.aspose.com/pdf/java/extract-data-from-tabl...
  3. Compare PDF documents|Aspose.PDF for .NET

    Since the 24.7 release, it's possible to compare PDF documents' content with annotation marks and side-by-side output... Here is a list of possible ways to compare...options (see below). List<List<DiffOperation>> – list of differences...

    docs.aspose.com/pdf/net/compare-pdf-documents/
  4. 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...
  5. StyleCollection class | Aspose.Words for Python

    aspose.words.StyleCollection class. A collection of [Style](../style/) objects that represent both the built-in and user-defined styles in a document...and use a paragraph style with list formatting. doc = aw . Document...space_after = 12 # Create a list and make sure the paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Working with Messages from IMAP Server|Document...

    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....IMAP Server Contents [ Hide ] Listing MIME Message IDs from Server...code snippet shows you how to list MIME messageId. // For complete...

    docs.aspose.com/email/java/working-with-message...
  7. ListLevel.GetEffectiveValue | Aspose.Words for ...

    Discover the ListLevel GetEffectiveValue method to easily retrieve string representations of List items. Customize with NumberStyle and format options!...for the specified index of the list item. Parameters specify the...index Int32 The index of the list item (must be in the range from...

    reference.aspose.com/words/net/aspose.words.lis...
  8. Working with Text | Aspose.Note Documentation

    A guide on how to work with text in Java....Retrieve text 8 List < RichText > textNodes = (List < RichText >...Document class. Filter out a list of page nodes. Retrieve the...

    docs.aspose.com/note/java/working-with-text/
  9. Manage Bulleted and Numbered Lists in Presentat...

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

    docs.aspose.com/slides/nodejs-java/manage-bullet/
  10. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...getName()); } // Copy list properties if available (removing...targetDoc); log.debug("Copied list properties for style: {}", source...

    forum.aspose.com/t/some-styles-were-not-copied-...