Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 4,591 for

paragraph builder

(0.12 sec)
  1. ImageSaveOptions.vertical_resolution property |...

    ImageSaveOptions.vertical_resolution property. Gets or sets the vertical resolution for the generated images, in dots per inch....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...
  2. FieldIf | Aspose.Words for Java

    Implements the IF field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Statement...FieldIf field = (FieldIf) builder.insertField(FieldType.FIELD_IF...

    reference.aspose.com/words/java/com.aspose.word...
  3. NumSpacing enumeration | Aspose.Words for Python

    aspose.words.NumSpacing enumeration. Specifies possible values in which numeral spacing can be displayed.... Document () builder = aw . DocumentBuilder ( doc...MsWordVersion . WORD2019 ) builder . write ( '1 ' ) builder . write ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldFillIn field = (FieldFillIn) builder.insertField(FieldType.FIELD_FILL_IN...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldAuthor | Aspose.Words for Java

    Implements the AUTHOR field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...setDefaultDocumentAu("Joe Bloggs"); builder.write("This document was created...

    reference.aspose.com/words/java/com.aspose.word...
  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. 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...
  8. Replace word with image - Free Support Forum - ...

    Dear, I have a docs document in which I want to replace a collection of words with images. For each word, that I want to replace, I have the corresponding image. The image should replace the word. The dimensions of th…...dimensions and avoiding any new paragraph or page breaks, follow this...DocumentBuilder builder = new DocumentBuilder(doc); // Move builder to the...

    forum.aspose.com/t/replace-word-with-image/317224
  9. DocumentBuilder.insert_online_video method | As...

    aspose.words.DocumentBuilder.insert_online_video method...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . insert_online_video...document. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CommentDisplayMode enumeration | Aspose.Words f...

    aspose.words.layout.CommentDisplayMode enumeration. Specifies the rendering mode for document comments....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...'My comment.' ) builder . current_paragraph . append_child (...

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