Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 4,590 for

paragraph builder

(0.13 sec)
  1. DocumentBuilder.MoveToSection | Aspose.Words fo...

    Discover the DocumentBuilder MoveToSection method to easily navigate to the start of any section's body, enhancing your document editing efficiency....cursor is moved to the first paragraph in the Body of the specified...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Aspose::Words::DocumentBuilder::InsertDocument ...

    Aspose::Words::DocumentBuilder::InsertDocument method. Inserts a document at the cursor position in C++....docx" ); auto builder = System :: MakeObject < Aspose...> ( doc ); builder -> MoveToDocumentEnd (); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. 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...
  4. 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...
  5. BorderCollection.vertical property | Aspose.Wor...

    BorderCollection.vertical property. Gets the vertical border that is used between cells.... Document (); let builder = new aw . DocumentBuilder...inner borders. let table = builder . startTable (); for ( let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Make HTML Using Javascript

    Make a new HTML in JavaScript in a few steps. Easily create HTML 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/html/
  7. Make PDF Using C#

    Make a new PDF in C# in a few steps. Easily create PDF 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/pdf/
  8. Make DOC Using C#

    Make a new DOC in C# in a few steps. Easily create DOC 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/doc/
  9. Make DOCX Using Javascript

    Make a new DOCX in JavaScript in a few steps. Easily create DOCX 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/docx/
  10. ImportFormatOptions class | Aspose.Words for Py...

    aspose.words.ImportFormatOptions class. Allows to specify various import options to format output... Document () builder = aw . DocumentBuilder ( doc...doc = dst_doc ) my_style = builder . document . styles . add (...

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