Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 4,609 for

paragraph builder

(0.24 sec)
  1. Aspose::Words::Fields::FieldImport class | Aspo...

    Aspose::Words::Fields::FieldImport class. Implements the IMPORT field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose.Words DOM|Aspose.Words for Node.js via .NET

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Node.js.... Every run of a text, paragraph, table, or a section is a... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/nodejs-net/aspose-words-d...
  3. LayoutCollector | Aspose.Words for Java

    This class allows to compute page numbers of document nodes in Java.... run, paragraph or table cell) is located...DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Section...

    reference.aspose.com/words/java/com.aspose.word...
  4. Cell constructor | Aspose.Words for Python

    Cell constructor. Initializes a new instance of the [Cell](../) class....table without using a document builder. def create_nested_table ():...append_child ( aw . Paragraph ( doc )) cell . first_paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Table.title property | Aspose.Words for Python

    Table.title property. Gets or sets title of this table...table without using a document builder. def create_nested_table ():...append_child ( aw . Paragraph ( doc )) cell . first_paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Row constructor | Aspose.Words for Python

    Row constructor. Initializes a new instance of the [Row](../) class....table without using a document builder. def create_nested_table ():...append_child ( aw . Paragraph ( doc )) cell . first_paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RowCollection | Aspose.Words for Java

    Provides typed access to a collection of Row nodes in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder. builder.write("Run 1. "); builder.write("Run 2....

    reference.aspose.com/words/java/com.aspose.word...
  8. Table.description property | Aspose.Words for N...

    Table.description property. Gets or sets description of this table...table without using a document builder. test ( 'CreateNestedTable'.... appendChild ( new aw . Paragraph ( doc )); cell . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Translate Markdown to Document Object Model (DO...

    Tarnslate a Markdown document to Document Object Model and back using C++. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....nested features, we also use paragraph styles with a name that starts...formatting in either list style or paragraph formatting. Inline Blocks...

    docs.aspose.com/words/cpp/translate-markdown-to...
  10. MarkdownSaveOptions | Aspose.Words for Java

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....Specifies how to export empty paragraphs to Markdown. getEncoding()...Specifies the string to use as a paragraph break when exporting in text...

    reference.aspose.com/words/java/com.aspose.word...