Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 4,546 for

paragraph builder

(0.11 sec)
  1. FieldCompare | Aspose.Words for Java

    Implements the COMPARE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldCompare field = (FieldCompare) builder.insertField(FieldType.FIELD_COMPARE...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldImport | Aspose.Words for Java

    Implements the IMPORT field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldIncludePicture = (FieldIncludePicture) builder.insertField(FieldType.FIELD_INCLUDE_PICTURE...

    reference.aspose.com/words/java/com.aspose.word...
  3. LayoutOptions.comment_display_mode property | A...

    LayoutOptions.comment_display_mode property. Gets or sets the way comments are rendered...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...'My comment.' ) builder . current_paragraph . append_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MailMergeCleanupOptions Enum | Aspose.Words for...

    Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your documents by controlling item removal seamlessly....RemoveEmptyParagraph 1 Specifies whether paragraphs that contained mail merge...When this option is set, paragraphs which contain region start...

    reference.aspose.com/words/net/aspose.words.mai...
  5. TextBox.internal_margin_bottom property | Aspos...

    TextBox.internal_margin_bottom property. Specifies the inner bottom margin in points for a shape.... Document () builder = aw . DocumentBuilder ( doc...margins. text_box_shape = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Gaussian Blur – SVG Filters – Aspose.SVG for .NET

    Learn how to write SVG code for a Gaussian Blur filter and see C# examples to implement Gaussian Blur effect on SVG elements and bitmaps with Aspose.SVG....Image Using SVG Builder API Aspose.SVG Builder API is designed...in the previous paragraph) using SVG Builder API . This code...

    docs.aspose.com/svg/net/gaussian-blur/
  7. FieldSkipIf | Aspose.Words for Java

    Implements the SKIPIF field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldSkipIf = (FieldSkipIf) builder.insertField(FieldType.FIELD_SKIP_IF...

    reference.aspose.com/words/java/com.aspose.word...
  8. XpsSaveOptions class | Aspose.Words for Python

    aspose.words.saving.XpsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XPS](../../aspose.words/saveformat/#XPS) format... Document () builder = aw . DocumentBuilder ( doc...levels 1, 2, and then 3. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ImagePixelFormat enumeration | Aspose.Words for...

    aspose.words.saving.ImagePixelFormat enumeration. Specifies the pixel format for the generated images of document pages....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Font.autoColor property | Aspose.Words for Node.js

    Font.autoColor property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... Document (); let builder = new aw . DocumentBuilder...background color's color. expect ( builder . font . color ). toEqual (...

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