Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 15,548 for

paragraph

(0.03 sec)
  1. ListFormat Class | Aspose.Words for .NET

    Master list formatting in your documents with Aspose.Words.Lists.ListFormat class. Effortlessly enhance Paragraph styling for better readability....formatting is applied to a paragraph. To learn more, visit the...IsListItem { get; } True when the paragraph has bulleted or numbered formatting...

    reference.aspose.com/words/net/aspose.words.lis...
  2. Table.AcceptEnd | Aspose.Words for .NET

    Discover the Table AcceptEnd method, seamlessly integrate visitors at the table's end for enhanced user experience and efficient data handling.... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Paragraph.IsInCell | Aspose.Words for .NET

    Discover the Paragraph IsInCell property. Easily determine if a Paragraph is a direct child of a Cell, enhancing your document structure and formatting....Hide ] Paragraph.IsInCell property True if this paragraph is an...Enabling KeepWithNext for every paragraph in the table except for the...

    reference.aspose.com/words/net/aspose.words/par...
  4. ParagraphFormat.space_after_auto property | Asp...

    ParagraphFormat.space_after_auto property. True if the amount of spacing after the Paragraph is set automatically....amount of spacing after the paragraph is set automatically. @property...space_after . When you set paragraph Space Before and Space After...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphFormat.SpaceBeforeAuto | Aspose.Words ...

    Discover the ParagraphFormat SpaceBeforeAuto property. Automatically adjust Paragraph spacing for a polished, professional look in your documents....amount of spacing before the paragraph is set automatically. public...SpaceBefore . When you set paragraph Space Before and Space After...

    reference.aspose.com/words/net/aspose.words/par...
  6. ParagraphFormat.spaceAfterAuto property | Aspos...

    ParagraphFormat.spaceAfterAuto property. True if the amount of spacing after the Paragraph is set automatically....amount of spacing after the paragraph is set automatically. get...spaceAfter . When you set paragraph Space Before and Space After...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Paragraph.ParagraphBreakFont | Aspose.Words for...

    Discover the ParagraphBreakFont property for seamless font formatting of Paragraph breaks, enhancing your text's appearance and readability....ParagraphBreakFont Contents [ Hide ] Paragraph.ParagraphBreakFont property...the font formatting of the paragraph break character. public Font...

    reference.aspose.com/words/net/aspose.words/par...
  8. StyleCollection class | Aspose.Words for Node.js

    Aspose.Words.StyleCollection class. A collection of [Style](../style/) objects that represent both the built-in and user-defined styles in a document...defaultParagraphForm Gets document default paragraph formatting. document Gets...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::ControlChar::NonBreakingHyphenCh...

    Aspose::Words::ControlChar::NonBreakingHyphenChar field. Non-breaking Hyphen in Microsoft Word is (char)30 in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...Aspose :: Words :: NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word document. To learn more, visit the documentation article in C++....SharedPtr < Aspose :: Words :: Paragraph > para = doc -> get_FirstSection...the first paragraph of this document. auto paragraph = System...

    reference.aspose.com/words/cpp/aspose.words/node/