Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 4,545 for

paragraph builder

(0.06 sec)
  1. CellFormat.fitText property | Aspose.Words for ...

    CellFormat.fitText property. If ``true``, fits text in the cell, compressing each Paragraph to the width of the cell....the cell, compressing each paragraph to the width of the cell....let builder = new aw . DocumentBuilder ( doc ); builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Fields::FieldToc::get_SequenceSe...

    Aspose::Words::Fields::FieldToc::get_SequenceSeparator method. Gets or sets the character sequence that is used to separate sequence numbers and page numbers in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...// Each entry contains the paragraph that includes the SEQ field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. HtmlSaveOptions.AllowNegativeIndent | Aspose.Wo...

    Discover the HtmlSaveOptions AllowNegativeIndent property to control Paragraph indents when saving to HTML, MHTML, or EPUB. Optimize your document formatting today!...left and right indents of paragraphs are normalized when saving...negative indent is allowed, a paragraph might appear partially outside...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Make WORD Using C#

    Make a new a Word document in C# in a few steps. Easily create a Word document using .NET library....technically supposed to contain one paragraph, so when you programmatically...var builder = new DocumentBuilder(doc); var font = builder.Font;...

    products.aspose.com/words/net/make/word/
  5. Make DOCX Using C#

    Make a new DOCX in C# in a few steps. Easily create DOCX using .NET library....technically supposed to contain one paragraph, so when you programmatically...var builder = new DocumentBuilder(doc); var font = builder.Font;...

    products.aspose.com/words/net/make/docx/
  6. FieldEnd Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldEnd class, which efficiently handles Word field endings in documents, enhancing your document processing capabilities....get; } Retrieves the parent Paragraph of this node. PreviousSibling...FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...

    reference.aspose.com/words/net/aspose.words.fie...
  7. LayoutCollector.document property | Aspose.Word...

    LayoutCollector.document property. Gets or sets the document this collector instance is attached to.... builder = aw . DocumentBuilder ( doc = doc ) builder . write...write ( 'Section 1' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::ParagraphFormat::get_CharacterUn...

    Aspose::Words::ParagraphFormat::get_CharacterUnitRightIndent method. Gets or sets the right indent value (in characters) for the specified Paragraphs in C++....characters) for the specified paragraphs. double Aspose :: Words ::...Examples Shows how to change paragraph spacing and indents. auto...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. PageSetup.LineNumberRestartMode | Aspose.Words ...

    Discover the PageSetup LineNumberRestartMode property to control line numbering—choose between restarting at new pages or continuous numbering for seamless documents....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...line. PageSetup pageSetup = builder . PageSetup ; pageSetup . LineStartingNumber...

    reference.aspose.com/words/net/aspose.words/pag...
  10. PageSetup.lineNumberDistanceFromText property |...

    PageSetup.lineNumberDistanceFromText property. Gets or sets distance between the right edge of line numbers and the left edge of the document.... Document (); let builder = new aw . DocumentBuilder...the line. let pageSetup = builder . pageSetup ; pageSetup . lineStartingNumber...

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