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

paragraph builder

(0.04 sec)
  1. What's new 2023|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2023.... Paragraphs . Add ( table ); try { //...rectangle ); } // Create a paragraph from the text fragment in...

    docs.aspose.com/pdf/net/whatsnew/2023/
  2. ConditionalStyle.right_padding property | Aspos...

    ConditionalStyle.right_padding property. Gets or sets the amount of space (in points) to add to the right of the contents of table cells....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  3. MarkdownSaveOptions.EmptyParagraphExportMode | ...

    Configure empty Paragraph export in Markdown with Aspose.Words. Set EmptyParagraphExportMode for optimal document conversion....Specifies how to export empty paragraphs to Markdown. Default value...Shows how to export empty paragraphs. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  4. ShapeBase.font property | Aspose.Words for Python

    ShapeBase.font property. Provides access to the font formatting of this object....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...( 'Hello world!' ) shape = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ConditionalStyle.shading property | Aspose.Word...

    ConditionalStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for this conditional style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.has_macros property | Aspose.Words for...

    Document.has_macros property. Returns ``True`` if the document has a VBA project (macros)....docm' ) builder = aw . DocumentBuilder ( doc...MacroName property. field = builder . insert_field ( field_type...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. TextBox.is_valid_link_target method | Aspose.Wo...

    TextBox.is_valid_link_target method. Determines whether this [TextBox](../) can be linked to the target [TextBox](../).... Document () builder = aw . DocumentBuilder ( doc...= doc ) text_box_shape1 = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TextBox.next property | Aspose.Words for Python

    TextBox.next property. Returns or sets a [TextBox](../) that represents the next [TextBox](../) in a sequence of shapes.... Document () builder = aw . DocumentBuilder ( doc...= doc ) text_box_shape1 = builder . insert_shape ( shape_type...

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

    Represents special formatting applied to some area of a table with assigned table style in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...table = builder.startTable(); builder.insertCell(); builder.write("Cell...

    reference.aspose.com/words/java/com.aspose.word...