Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 18,220 for

paragraphs

(0.09 sec)
  1. Manage Superscript and Subscript in Python|Aspo...

    Master superscript and subscript in Aspose.Slides for Python via .NET and elevate your presentations with professional text formatting for maximum impact....and subscript text to any paragraph portion. In Aspose.Slides...existing paragraphs. For superscript: create a paragraph and a portion...

    docs.aspose.com/slides/python-net/superscript-a...
  2. Remove Breaks in Jython|Aspose.Words for Java

    Remove Breaks using Jython....Retrieve all paragraphs in the document. paragraphs = doc . getChildNodes...NodeType . PARAGRAPH , True ) paragraphs_count = paragraphs . getCount...

    docs.aspose.com/words/java/remove-breaks-in-jyt...
  3. FindReplaceOptions.ignoreDeleted property | Asp...

    FindReplaceOptions.ignoreDeleted property. Gets or sets a boolean value indicating either to ignore text inside delete revisions...revisions and remove the second paragraph, which will create a delete...delete revision. // That paragraph will persist in the document until...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Lists::ListFormat class | Aspose...

    Aspose::Words::Lists::ListFormat class. Allows to control what list formatting is applied to a paragraph. To learn more, visit the documentation article in C++....formatting is applied to a paragraph. To learn more, visit the...list and applies it to the paragraph. ApplyNumberDefault () Starts...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. 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....TeX Product Family Convert Paragraph into Bullet Points in Word...Follow this article to convert paragraph into bullet points in Word...

    kb.aspose.com/words/python/convert-paragraph-in...
  6. FindReplaceOptions.ignore_deleted property | As...

    FindReplaceOptions.ignore_deleted property. Gets or sets a boolean value indicating either to ignore text inside delete revisions...revisions and remove the second paragraph, which will create a delete...delete revision. # That paragraph will persist in the document until...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Creating a complex PDF|Aspose.PDF for .NET

    Aspose.PDF for NET allows you to create more complex documents that contain images, text fragments, and tables in one document....text fragments (header and paragraph), and a table. To build such...alignment. Add header to the page Paragraphs . Create a TextFragment for...

    docs.aspose.com/pdf/net/complex-pdf-example/
  8. Working with Headings in PDF|Aspose.PDF for Pyt...

    Create numbering in heading your PDF document with Python. Aspose.PDF for Python via .NET offers different kinds of numbering styles.... paragraphs . add ( float_box ) heading...is_auto_sequence = True float_box . paragraphs . add ( heading ) heading2...

    docs.aspose.com/pdf/python-net/working-with-hea...
  9. TxtLoadOptions.detectNumberingWithWhitespaces p...

    TxtLoadOptions.detectNumberingWithWhitespaces property. Allows to specify how numbered list items are recognized when document is imported from plain text format...recognition algorithm detects list paragraphs, when list numbers ends with...This may also falsely detect paragraphs that begin with numbers as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. TabStop | Aspose.Words for Java

    Represents a single custom tab stop in Java....right tab stop in TOC related paragraphs. Document doc = new Document(getMyDir()...docx"); // Iterate through all paragraphs with TOC result-based styles;...

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