Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 8,167 for

paragraph

(0.07 sec)
  1. Story.AppendParagraph | Aspose.Words for .NET

    Discover the Story AppendParagraph method, effortlessly create and append a Paragraph object with customizable text for seamless document enhancement....shortcut method that creates a Paragraph object with optional text...end of this object. public Paragraph AppendParagraph ( string text...

    reference.aspose.com/words/net/aspose.words/sto...
  2. Paragraph.is_end_of_header_footer property | As...

    Paragraph.is_end_of_header_footer property. True if this Paragraph is the last Paragraph in the [HeaderFooter](../../headerfooter/) (main text story) of a [Section](../../section/); false otherwise....is_end_of_header_footer property Paragraph.is_end_of_header_footer property...property True if this paragraph is the last paragraph in the HeaderFooter...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection to an array with the ToArray method, streamlining data management and enhancing your document processing....ToArray method Copies all paragraphs from the collection to a...a new array of paragraphs. public Paragraph [] ToArray () Return...

    reference.aspose.com/words/net/aspose.words/par...
  4. ParagraphFormat.space_after property | Aspose.W...

    ParagraphFormat.space_after property. Gets or sets the amount of spacing (in points) after the Paragraph....spacing (in points) after the paragraph. @property def space_after...Shows how to set automatic paragraph spacing. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphFormat.spaceBefore property | Aspose.W...

    ParagraphFormat.spaceBefore property. Gets or sets the amount of spacing (in points) before the Paragraph....spacing (in points) before the paragraph. get spaceBefore () : number...Shows how to set automatic paragraph spacing. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Paragraph.break_is_style_separator property | A...

    Paragraph.break_is_style_separator property. True if this Paragraph break is a Style Separator...break_is_style_separator property Paragraph.break_is_style_separator property...property True if this paragraph break is a Style Separator. A...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Style.paragraph_format property | Aspose.Words ...

    Style.Paragraph_format property. Gets the Paragraph formatting of the style....paragraph_format property Style.paragraph_format property Gets...Gets the paragraph formatting of the style. @property def paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::ParagraphCollection::ToArray met...

    Aspose::Words::ParagraphCollection::ToArray method. Copies all Paragraphs from the collection to a new array of Paragraphs in C++....oArray method Copies all paragraphs from the collection to a...a new array of paragraphs. System :: ArrayPtr < System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. ListLabel Class | Aspose.Words for .NET

    Explore the Aspose.Words.Lists.ListLabel class to enhance your document formatting with customizable list label properties for better control and presentation....extract the list labels of all paragraphs that are list items. Document...NodeType . Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/net/aspose.words.lis...
  10. CompositeNode.insert_after method | Aspose.Word...

    CompositeNode.insert_after method. Inserts the specified node immediately after the specified reference node....document, by default, has one paragraph. self . assertEqual ( 1 ,.... first_section . body . paragraphs . count ) # Composite nodes...

    reference.aspose.com/words/python-net/aspose.wo...