Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 4,546 for

paragraph builder

(0.12 sec)
  1. DocumentBuilder.row_format property | Aspose.Wo...

    DocumentBuilder.row_format property. Returns an object that represents current table row formatting properties....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . start_table...formatting options for a document builder # will apply them to every...

    reference.aspose.com/words/python-net/aspose.wo...
  2. RowFormat.height property | Aspose.Words for Py...

    RowFormat.height property. Gets or sets the height of the table row in points.... Document () builder = aw . DocumentBuilder ( doc...doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldLink | Aspose.Words for Java

    Implements the LINK field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...text. // 1 - A LINK field: builder.writeln("FieldLink:\n"); i...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldMergeBarcode Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeBarcode class to effortlessly implement MERGEBARCODE fields for enhanced document automation and efficiency....node, returns its parent paragraph. If the field is already removed...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  5. RowFormat.height_rule property | Aspose.Words f...

    RowFormat.height_rule property. Gets or sets the rule for determining the height of the table row.... Document () builder = aw . DocumentBuilder ( doc...doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SpecialChar | Aspose.Words for Java

    Base class for special characters in the document in Java....and can only be a child of Paragraph . SpecialChar char is used... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  7. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...does not count as a revision. builder.write("This does not count...

    reference.aspose.com/words/java/com.aspose.word...
  8. DocumentBuilder.cell_format property | Aspose.W...

    DocumentBuilder.cell_format property. Returns an object that represents current table cell formatting properties....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . start_table...formatting options for a document builder # will apply them to every...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldBuilder.add_switch method | Aspose.Words f...

    aspose.words.fields.FieldBuilder.add_switch method...construct fields using a field builder, and then insert them into...field builder. # 1 - Single field: # Use a field builder to add...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. (Inherited from CompositeNode...

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