Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 4,590 for

paragraph builder

(0.12 sec)
  1. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell...the cell, compressing each paragraph to the width of the cell....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark in a Word document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."MyBookmark_" + i; builder.write("Text before bookmark."); builder.startB...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldCreateDate Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldCreateDate class for seamless document management. Easily implement the CREATEDATE field and enhance your workflows....node, returns its parent paragraph. If the field is already removed...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldBarcode Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldBarcode class for easy barcode generation in documents. Enhance your workflow with seamless integration and powerful features....node, returns its parent paragraph. If the field is already removed...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...

    reference.aspose.com/words/net/aspose.words.fie...
  5. ShapeBase.relative_vertical_size property | Asp...

    ShapeBase.relative_vertical_size property. Gets or sets the value of shape's relative size in vertical direction.... Document () builder = aw . DocumentBuilder ( doc...size and position. shape = builder . insert_shape ( shape_type...

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

    Represents a single section in a document in Java....needs to have Body with one Paragraph . Each section has its own...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/java/com.aspose.word...
  7. StructuredDocumentTag.multiline property | Aspo...

    StructuredDocumentTag.multiline property. Specifies whether this SDT allows multiple lines of text....TAGS builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...structured document tag in a new paragraph. tag_clone = tag . clone (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. StructuredDocumentTag.tag property | Aspose.Wor...

    StructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node...TAGS builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...structured document tag in a new paragraph. tag_clone = tag . clone (...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldBuilder class | Aspose.Words for Python

    aspose.words.fields.FieldBuilder class. Builds a field from field code tokens (arguments and switches)...the end of the specified paragraph. Examples Shows how to construct...construct fields using a field builder, and then insert them into...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Create New Document|Aspose.Words for Java

    Create a new document easily and fast instead of using docx4j.... DocumentBuilder builder = new DocumentBuilder ( doc...doc ); // Write a new paragraph in the document with some text...

    docs.aspose.com/words/java/create-new-document/