Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 15,616 for

paragraph

(0.04 sec)
  1. TxtLeadingSpacesOptions enumeration | Aspose.Wo...

    aspose.words.loading.TxtLeadingSpacesOptions enumeration. Specifies available options for leading space handling during import from [LoadFormat.TEXT](../../aspose.words/loadformat/#TEXT) file....first line indent to the paragraph to simulate the effect of...load_options ) paragraphs = doc . first_section . body . paragraphs switch_condition...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TxtTrailingSpacesOptions | Aspose.Words for Java

    Specifies available options for trailing spaces handling during import from LoadFormat.TEXT file in Java....first line indent to the paragraph to simulate the effect of...loadOptions); ParagraphCollection paragraphs = doc.getFirstSection().getBody()...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldFormCheckBox class | Aspose.Words for Python

    aspose.words.fields.FieldFormCheckBox class. Implements the FORMCHECKBOX field...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Shading class | Aspose.Words for Node.js

    Aspose.Words.Shading class. Contains shading attributes for an object... write ( "This paragraph is formatted with a double...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::MailMerging::MailMerge class | A...

    Aspose::Words::MailMerging::MailMerge class. Represents the mail merge functionality. To learn more, visit the documentation article in C++....value indicating whether paragraphs with punctuation marks are...indicating whether whole paragraph with TableStart or TableEnd...

    reference.aspose.com/words/cpp/aspose.words.mai...
  6. Working with Comments in C#|Aspose.Words for .NET

    Working with comments using C#....how to add a comment to a paragraph using the Comment class: The...how to add a comment to a paragraph using a region of text and...

    docs.aspose.com/words/net/working-with-comments/
  7. Document constructor | Aspose.Words for Python

    aspose.words.Document constructor...a Section, a Body, and a Paragraph. doc . first_section . body...body . first_paragraph . append_child ( aw . Run ( doc = doc ,...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Draw Lines on PDF using Python

    This article explains how to draw lines on PDF using Python. It has the details to set the IDE for the development, a list of steps, and sample code to add lines to PDF using Python....this graph object to the paragraph collection of the selected...add a graph object to the paragraphs collection of the page. Finally...

    kb.aspose.com/pdf/python/draw-lines-on-pdf-usin...
  9. Rendering in Python|Aspose.Words for Python via...

    Use Aspose.Words for Python via .NET rendering feature to format a flow-layout document into pages and convert such a document or selected pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing....various elements such as paragraphs, tables, headers, footers...position where each particular paragraph or character is displayed...

    docs.aspose.com/words/python-net/rendering/
  10. MutationObserver – How to Use in Java

    Learn how to use MutationObserver class to track and handle real-time DOM updates efficiently with Aspose.HTML for Java....tree to check 28 // Create a paragraph element and append it to the...text and append it to the paragraph 33 Text text = document. createTextNode...

    docs.aspose.com/html/java/mutationobserver/