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

paragraph

(0.04 sec)
  1. Document.EnsureMinimum | Aspose.Words for .NET

    Learn how to use the EnsureMinimum method to automatically create a section and Paragraph in documents, ensuring complete and organized content....creates one section with one paragraph. public void EnsureMinimum...child Body and one child Paragraph. // We can edit the document...

    reference.aspose.com/words/net/aspose.words/doc...
  2. ControlChar.LineFeed | Aspose.Words for .NET

    Discover the ControlChar LineFeed field, understand the line feed character (x000a) for seamless text formatting and improved data handling....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...

    reference.aspose.com/words/net/aspose.words/con...
  3. ControlChar.NonBreakingSpaceChar | Aspose.Words...

    Discover ControlChar NonBreakingSpaceChar for seamless text formatting. Enhance your documents with non-breaking space character char160 for improved readability....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...

    reference.aspose.com/words/net/aspose.words/con...
  4. ControlChar.SpaceChar | Aspose.Words for .NET

    Explore ControlChar SpaceChar field. Unlock the power of char32 for seamless data management and enhanced character control in your applications....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...

    reference.aspose.com/words/net/aspose.words/con...
  5. ControlChar.Cell | Aspose.Words for .NET

    Discover ControlChar Cell field, the key to defining table cell and row endings with character x0007. Enhance your data organization effortlessly!...new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...

    reference.aspose.com/words/net/aspose.words/con...
  6. ParagraphFormat.SpaceBefore | Aspose.Words for ...

    Discover the ParagraphFormat SpaceBefore property to easily adjust Paragraph spacing in points, enhancing your document's readability and style....spacing (in points) before the paragraph. public double SpaceBefore...Shows how to set automatic paragraph spacing. Document doc = new...

    reference.aspose.com/words/net/aspose.words/par...
  7. Aspose::Words::ControlChar::LineBreakChar field...

    Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::SectionBreakChar fi...

    Aspose::Words::ControlChar::SectionBreakChar field. End of section character: (char)12 or "\f" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Aspose::Words::ParagraphFormat::get_Alignment m...

    Aspose::Words::ParagraphFormat::get_Alignment method. Gets or sets text alignment for the Paragraph in C++....sets text alignment for the paragraph. Aspose :: Words :: ParagraphAlignment...Examples Shows how to insert a paragraph into the document. auto doc...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the document....Shows how to create and use a paragraph style with list formatting...= doc ) # Create a custom paragraph style. style = doc . styles...

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