Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 18,543 for

paragraphs

(1.07 sec)
  1. Wrong indentation of bulleted lists in ODT to P...

    Hi, We are receiving several reports from our customers of problems converting to PDF of ODT documents containing bulleted lists. The indentation of bullet points is incorrect. The problem has been reproduced with ver…...to the fact that for those paragraphs, the values of getTabPosition()...> class com.aspose.words.Paragraph [List style: BULLET (id=23)...

    forum.aspose.com/t/wrong-indentation-of-bullete...
  2. CompatibilityOptions class | Aspose.Words for P...

    aspose.words.settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)...Allow Contextual Spacing of Paragraphs in Tables. apply_breaking_rules...cached_col_balance Use Cached Paragraph Information for Column Balancing...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Shapes Separately from Document|Aspose.Words fo...

    Extract various graphic objects, such as images, text box containing Paragraphs, or arrow shapes, when processing a document, and export them to an external location using Python....example, a text box containing paragraphs, arrow shapes, and a small...up of many nodes, such as Paragraph and Table . Most shapes can...

    docs.aspose.com/words/python-net/rendering-shap...
  4. Compare Documents in Node.js|Aspose.Words for N...

    Compare two documents in any supported formats and shows content changes using Node.js. You can apply advanced options when comparing....the addition of words and paragraphs. As a result of comparison...

    docs.aspose.com/words/nodejs-net/compare-docume...
  5. Translate Markdown to DOM|Aspose.Words for Java

    Tarnslate a Markdown document to Document Object Model and back. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch using Java....nested features, we also use paragraph styles with a name that starts...formatting in either list style or paragraph formatting. Inline Blocks...

    docs.aspose.com/words/java/translate-markdown-t...
  6. What's new|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....offering control over how empty paragraphs are handled. Aspose.Words...Saving Documents Export Empty Paragraphs to Markdown 25.5 The ability...

    docs.aspose.com/words/python-net/what-s-new-in-...
  7. Getting Started – Aspose.HTML for Python via .NET

    Learn about Aspose.HTML for Python via .NET – discover its benefits and features, performance and scalability, and access learning resources and technical support....define elements like headings, paragraphs, links, images, and interactive...

    docs.aspose.com/html/python-net/getting-started/
  8. Enhance Your Presentations with AutoFit on Andr...

    Manage AutoFit settings in Aspose.Slides for Android via Java to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability....Android Manage PowerPoint Text Paragraphs on Android...

    docs.aspose.com/slides/androidjava/manage-autof...
  9. Enhance Your Presentations with AutoFit in Java...

    Learn how to manage AutoFit settings in Aspose.Slides for Java to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability....Java Manage PowerPoint Text Paragraphs in Java...

    docs.aspose.com/slides/java/manage-autofit-sett...
  10. Appending Document Not Maintaining Formatting -...

    I am encountering an inconsistent formatting issue when appending Word document templates using Aspose.Words in C#. The issue has been reproduced in isolation using a minimal test case (provided below), and a sample docu…...document, iterate through the paragraphs and adjust their alignment...foreach (Paragraph paragraph in section.Body.Paragraphs) { // Adjust...

    forum.aspose.com/t/appending-document-not-maint...