Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 4,545 for

paragraph builder

(0.06 sec)
  1. DocumentBuilder.paragraphFormat property | Aspo...

    DocumentBuilder.ParagraphFormat property. Returns an object that represents current Paragraph formatting properties....object that represents current paragraph formatting properties. get...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::PageSetup::get_LineNumberDistanc...

    Aspose::Words::PageSetup::get_LineNumberDistanceFromText method. Gets or sets distance between the right edge of line numbers and the left edge of the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...:: PageSetup > pageSetup = builder -> get_PageSetup (); pageSetup...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. Aspose::Words::PageSetup::get_LineNumberRestart...

    Aspose::Words::PageSetup::get_LineNumberRestartMode method. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new page or section or runs continuously in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...:: PageSetup > pageSetup = builder -> get_PageSetup (); pageSetup...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. Make DOC Using Javascript

    Make a new DOC in JavaScript in a few steps. Easily create DOC using Node.js via .NET library....technically supposed to contain one paragraph, so when you programmatically...var builder = new aw.DocumentBuilder(doc) font = builder.font...

    products.aspose.com/words/nodejs-net/make/doc/
  5. Make Markdown Using Javascript

    Make a new Markdown in JavaScript in a few steps. Easily create Markdown using Node.js via .NET library....technically supposed to contain one paragraph, so when you programmatically...var builder = new aw.DocumentBuilder(doc) font = builder.font...

    products.aspose.com/words/nodejs-net/make/md/
  6. PageSetup.paperSize property | Aspose.Words for...

    PageSetup.paperSize property. Returns or sets the paper size....let builder = new aw . DocumentBuilder ( doc ); builder . pageSetup...= aw . PaperSize . Legal ; builder . pageSetup . orientation =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Table.AbsoluteHorizontalDistance | Aspose.Words...

    Discover the Table AbsoluteHorizontalDistance property to easily adjust your table's horizontal position in points. Optimize layout with a default of 0!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...Table table = builder . StartTable (); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words.tab...
  8. TextWrapping enumeration | Aspose.Words for Python

    aspose.words.tables.TextWrapping enumeration. Specifies how text is wrapped around the table.... Document () builder = aw . DocumentBuilder ( doc...doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.MoveToStructuredDocumentTag | A...

    Effortlessly navigate to structured document tags with the DocumentBuilder MoveToStructuredDocumentTag method, enhancing your document editing efficiency....cursor to the end of its last paragraph, specify -2. Remarks The navigation...tags.docx" ); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Table.absolute_horizontal_distance property | A...

    Table.absolute_horizontal_distance property. Gets or sets absolute horizontal floating table position specified by the table properties, in points... Document () builder = aw . DocumentBuilder ( doc...doc ) table = builder . start_table () builder . insert_cell...

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