Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 15,616 for

paragraph

(0.04 sec)
  1. 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...
  2. Paragraph.IsEndOfDocument | Aspose.Words for .NET

    Discover the IsEndOfDocument property for Paragraphs. Learn how to identify the last Paragraph in your document's final section for effective formatting....IsEndOfDocument Contents [ Hide ] Paragraph.IsEndOfDocument property True...True if this paragraph is the last paragraph in the last section...

    reference.aspose.com/words/net/aspose.words/par...
  3. ListCollection.Item | Aspose.Words for .NET

    Access ListCollection items effortlessly by index. Simplify your data management and enhance your coding efficiency with this powerful property!...existing list to a collection of paragraphs. Document doc = new Document...Writeln ( "Paragraph 1" ); builder . Writeln ( "Paragraph 2" ); builder...

    reference.aspose.com/words/net/aspose.words.lis...
  4. Style.ListFormat | Aspose.Words for .NET

    Discover how to customize the ListFormat property for Paragraph styles, enhancing your document's organization and visual appeal....formatting properties of a paragraph style. public ListFormat ListFormat...property is only valid for paragraph styles. For other style types...

    reference.aspose.com/words/net/aspose.words/sty...
  5. FrameFormat.horizontal_alignment property | Asp...

    FrameFormat.horizontal_alignment property. Gets horizontal alignment of the specified frame....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FrameFormat.height_rule property | Aspose.Words...

    FrameFormat.height_rule property. Gets the rule for determining the height of the specified frame....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::DocumentBuilder::MoveToParagraph...

    Aspose::Words::DocumentBuilder::MoveToParagraph method. Moves the cursor to a Paragraph in the current section in C++....method Moves the cursor to a paragraph in the current section. void...int32_t The index of the paragraph to move to. characterIndex...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. TabStopCollection.Add | Aspose.Words for .NET

    Discover how the TabStopCollection Add method efficiently adds or updates tab stops, enhancing your document's layout and formatting....Document (); Paragraph paragraph = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Below are two ways...

    reference.aspose.com/words/net/aspose.words/tab...
  9. 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...
  10. ListLabel class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListLabel class. Defines properties specific to a list label...extract the list labels of all paragraphs that are list items. let...getChildNodes ( aw . NodeType . Paragraph , true ). toArray (); // Find...

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