Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 4,544 for

paragraph builder

(0.49 sec)
  1. ControlChar.PageBreakChar | Aspose.Words for .NET

    Discover the ControlChar PageBreakChar field for efficient document formatting. Enhance your workflow with customizable page break options!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...); // Add a regular space. builder . Write ( "Before space." +...

    reference.aspose.com/words/net/aspose.words/con...
  2. ControlChar.FieldSeparatorChar | Aspose.Words f...

    Discover how the ControlChar FieldSeparatorChar enhances data management by effectively separating field codes from values, optimizing your workflow effortlessly....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...); // Add a regular space. builder . Write ( "Before space." +...

    reference.aspose.com/words/net/aspose.words/con...
  3. ControlChar.LineBreak | Aspose.Words for .NET

    Discover the ControlChar LineBreak field for seamless text formatting with the x000b or v character. Enhance your content's readability today!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...); // Add a regular space. builder . Write ( "Before space." +...

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

    Discover the ControlChar SectionBreak field, efficiently manage document sections with the x000c character, enhancing formatting and readability....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...); // Add a regular space. builder . Write ( "Before space." +...

    reference.aspose.com/words/net/aspose.words/con...
  5. 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...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentBase.Styles | Aspose.Words for .NET

    Explore the DocumentBase Styles property to access a rich collection of customizable styles, enhancing your document's visual appeal and consistency....Shows how to create and use a paragraph style with list formatting...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/doc...
  7. InlineStory.last_paragraph property | Aspose.Wo...

    InlineStory.last_Paragraph property. Gets the last Paragraph in the story....last_paragraph property InlineStory.last_paragraph property Gets...last paragraph in the story. @property def last_paragraph ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldRef.InsertParagraphNumberInFullContext | A...

    Control Paragraph numbering with the FieldRef InsertParagraphNumberInFullContext property. Easily manage references for enhanced document clarity....insert the paragraph number of the referenced paragraph in full...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartBookmark...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ControlChar.ParagraphBreak | Aspose.Words for .NET

    Discover the ControlChar ParagraphBreak field. Easily manage Paragraph breaks with the x000d character for seamless text formatting and improved readability....ParagraphBreak field End of paragraph character: “\x000d” or “\r”...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/con...
  10. Cell.LastParagraph | Aspose.Words for .NET

    Discover the Cell LastParagraph property. Easily access the final Paragraph from immediate child elements for efficient content management....LastParagraph property Gets the last paragraph among the immediate children...children. public Paragraph LastParagraph { get ; } Examples Shows...

    reference.aspose.com/words/net/aspose.words.tab...