Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 4,606 for

paragraph builder

(0.18 sec)
  1. TextBox class | Aspose.Words for Python

    aspose.words.drawing.TextBox class. Defines attributes that specify how a text is displayed inside a shape... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) text_box_shape = builder . insert_shape ( shape_type...

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

    Can be used to specify additional options when saving a document into the SaveFormat.PDF format in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHyperlink("Testlink"...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. TextBox.internal_margin_top property | Aspose.W...

    TextBox.internal_margin_top property. Specifies the inner top 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...
  4. TextBox.internal_margin_right property | Aspose...

    TextBox.internal_margin_right property. Specifies the inner right 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...
  5. MarkdownEmptyParagraphExportMode Enum | Aspose....

    Learn how Aspose.Words handles empty Paragraphs in Markdown export. Control formatting with MarkdownEmptyParagraphExportMode enum....Words exports empty paragraphs to Markdown. public enum...None 2 Don’t export empty paragraphs. Examples Shows how to export...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FieldPrivate | Aspose.Words for Java

    Implements the PRIVATE field in Java....using a document builder. DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder(doc); builder.insertField(FieldType.FIELD_PRIVATE, true);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Font.auto_color property | Aspose.Words for Python

    Font.auto_color property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... Document () builder = aw . DocumentBuilder ( doc...Color . empty () . to_argb (), builder . font . color . to_argb ())...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 2023年新功能|Aspose.PDF for .NET

    本页面介绍了在2023年引入的Aspose.PDF for .NET中最受欢迎的新功能。... Paragraphs . Add ( table ); try { //...rectangle ); } // Create a paragraph from the text fragment in...

    docs.aspose.com/pdf/zh/net/whatsnew/2023/
  9. ImageSaveOptions.clone method | Aspose.Words fo...

    ImageSaveOptions.clone method. Creates a deep clone of this object....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. ImageSaveOptions.threshold_for_floyd_steinberg_...

    ImageSaveOptions.threshold_for_floyd_steinberg_dithering property. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method...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...