Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 4,608 for

paragraph builder

(0.11 sec)
  1. ListFormat.list property | Aspose.Words for Nod...

    ListFormat.list property. Gets or sets the list this Paragraph is a member of....Gets or sets the list this paragraph is a member of. get list ()...bullets and numbering from the paragraph and sets the list level number...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ParagraphFormat.SpaceAfterAuto | Aspose.Words f...

    Discover the ParagraphFormat SpaceAfterAuto property. Automatically adjust Paragraph spacing for a cleaner, more professional document layout....amount of spacing after the paragraph is set automatically. public...SpaceAfter . When you set paragraph Space Before and Space After...

    reference.aspose.com/words/net/aspose.words/par...
  3. FieldRef.SuppressNonDelimiters | Aspose.Words f...

    Control the FieldRef SuppressNonDelimiters property to easily manage nondelimiter characters in your data. Enhance precision and streamline processing!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartBookmark...StartBookmark ( "MyBookmark" ); builder . InsertFootnote ( FootnoteType...

    reference.aspose.com/words/net/aspose.words.fie...
  4. NodeImporter class | Aspose.Words for Node.js

    Aspose.Words.NodeImporter class. Allows to efficiently perform repeated import of nodes from one document to another... The paragraphs and runs of text merely reference...documents. For example, to copy a paragraph formatted with the Heading...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBuilder.endEditableRange method | Aspos...

    Aspose.Words.DocumentBuilder.endEditableRange method...let builder = new aw . DocumentBuilder ( doc ); builder . writeln..." + "we cannot edit this paragraph without the password." );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::InlineStory::get_LastParagraph m...

    Aspose::Words::InlineStory::get_LastParagraph method. Gets the last Paragraph in the story in C++....aph method Gets the last paragraph in the story. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: InlineStory...

    reference.aspose.com/words/cpp/aspose.words/inl...
  7. DocumentBuilder.Writeln | Aspose.Words for .NET

    Enhance your documents effortlessly with DocumentBuilder's Writeln method—insert text and Paragraph breaks seamlessly for improved readability....) Inserts a string and a paragraph break into the document. public...Remarks Current font and paragraph formatting specified by the...

    reference.aspose.com/words/net/aspose.words/doc...
  8. DocumentBuilder.EndEditableRange | Aspose.Words...

    Discover the DocumentBuilder EndEditableRange method to efficiently mark editable sections in your documents, enhancing your editing workflow....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln..." + " we cannot edit this paragraph without the password." );...

    reference.aspose.com/words/net/aspose.words/doc...
  9. ParagraphFormat.WidowControl | Aspose.Words for...

    Discover how the ParagraphFormat WidowControl property ensures your text's first and last lines stay together on the same page for better readability....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. public bool WidowControl...

    reference.aspose.com/words/net/aspose.words/par...
  10. ControlChar.CR_LF property | Aspose.Words for P...

    ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n...commonly used in text files for paragraph breaks. @property def CR_LF...document. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

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