Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 15,548 for

paragraph

(0.09 sec)
  1. ListTemplate enumeration | Aspose.Words for Python

    aspose.words.lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. # Each paragraph that we add between a list's...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Tables::Row::EnsureMinimum metho...

    Aspose::Words::Tables::Row::EnsureMinimum method. If the Row has no cells, creates and appends one Cell in C++....contain cells, containing paragraphs with typical elements such...least one cell with an empty paragraph. row -> EnsureMinimum ();...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. PageSetup.suppress_endnotes property | Aspose.W...

    PageSetup.suppress_endnotes property. True if endnotes are printed at the end of the next section that doesn't suppress endnotes... Paragraph ( doc ) body . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.line_unit_after property | Aspo...

    ParagraphFormat.line_unit_after property. Gets or sets the amount of spacing (in gridlines) after the Paragraphs....(in gridlines) after the paragraphs. @property def line_unit_after...Examples Shows how to change paragraph spacing and indents. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Manage Table|Aspose.Slides for PHP Documentation

    Create and manage table in PowerPoint presentations...Creates the Paragraph object for the text frame $paragraph = $txtFrame...Portion object for paragraph $portion = $paragraph -> getPortions...

    docs.aspose.com/slides/php-java/manage-table/
  6. ParagraphFormat.characterUnitLeftIndent propert...

    ParagraphFormat.characterUnitLeftIndent property. Gets or sets the left indent value (in characters) for the specified Paragraphs....characters) for the specified paragraphs. get characterUnitLeftInd...Examples Shows how to change paragraph spacing and indents. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Working with Common Conditional Blocks in Java|...

    Use common conditional blocks within Paragraphs to represent the same data depending on a condition using Java....body starts and ends within paragraphs that belong to a single story...block belongs to a single paragraph, it can be used as a replacement...

    docs.aspose.com/words/java/working-with-common-...
  8. Replace Fields Python|Aspose.Words for Python v...

    Learn how to replace fields with text in Python. Replace fields with static data using the Python via .NET API....block-level node such as a Paragraph , be aware that in some cases...can span across multiple paragraphs. If this happens it is recommended...

    docs.aspose.com/words/python-net/replace-fields/
  9. BorderCollection class | Aspose.Words for Python

    aspose.words.BorderCollection class. A collection of [Border](../border/) objects...between cells or conforming paragraphs. left Gets the left border...Examples Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Shape Alignment not working when converting HTM...

    Hi Team, We have a use-case where the HTML contains an SVG image and after the SVG is a Text DIV Element. When we pass this HTML to the ASPOSE Words and save the output in DOCX format, the SVG Image and then text is sup…...Body will have 1st child as Paragraph or Table when inserting //...case NodeType.PARAGRAPH: Paragraph para = Paragraph.class.cast(node);...

    forum.aspose.com/t/shape-alignment-not-working-...