Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 4,606 for

paragraph builder

(0.29 sec)
  1. Make A Document In Java

    Create a file using Java library. Easily create a new document in Java in a few steps....technically supposed to contain one paragraph, so when you programmatically...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...

    products.aspose.com/words/java/make/
  2. NodeImporter | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  3. HtmlSaveOptions.allowNegativeIndent property | ...

    HtmlSaveOptions.allowNegativeIndent property. Specifies whether negative left and right indents of Paragraphs are normalized when saving to HTML, MHTML or EPUB...left and right indents of paragraphs are normalized when saving...negative indent is allowed, a paragraph might appear partially outside...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. 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...
  6. Aspose::Words::Tables::TextWrapping enum | Aspo...

    Aspose::Words::Tables::TextWrapping enum. Specifies how text is wrapped around the table in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Table > table = builder -> StartTable (); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. 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/
  8. 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/
  9. Make Markdown Using C#

    Make a new Markdown in C# in a few steps. Easily create Markdown 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/md/
  10. BorderCollection.vertical property | Aspose.Wor...

    BorderCollection.vertical property. Gets the vertical border that is used between cells.... Document () builder = aw . DocumentBuilder ( doc...table = builder . start_table () i = 0 while i < 3 : builder . insert_cell...

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