Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 4,610 for

paragraph builder

(0.14 sec)
  1. Font.AutoColor | Aspose.Words for .NET

    Discover the Font AutoColor property, get the current text color (black or white) for auto color adjustments. Optimize your design effortlessly!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...color's color. Assert . That ( builder . Font . Color . ToArgb ()...

    reference.aspose.com/words/net/aspose.words/fon...
  2. ConditionalStyle.left_padding property | Aspose...

    ConditionalStyle.left_padding property. Gets or sets the amount of space (in points) to add to the left 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. TextBox.previous property | Aspose.Words for Py...

    TextBox.previous property. Returns a [TextBox](../) that represents the previous [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...
  4. RtfSaveOptions.save_images_as_wmf property | As...

    RtfSaveOptions.save_images_as_wmf property. When ``True`` all images will be saved as WMF....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...'Jpeg image:' ) image_shape = builder . insert_image ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. MailMerge.CleanupOptions | Aspose.Words for .NET

    Optimize your mail merge with the CleanupOptions property—easily manage which items to remove for a seamless, efficient process....Shows how to remove empty paragraphs that a mail merge may create...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . InsertField...

    reference.aspose.com/words/net/aspose.words.mai...
  6. DocumentBuilder.insert_node method | Aspose.Wor...

    DocumentBuilder.insert_node method. Inserts a node before the cursor.... Document () builder = aw . DocumentBuilder ( doc...shape = aw . drawing . Shape ( builder . document , aw . drawing ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.is_at_end_of_structured_documen...

    DocumentBuilder.is_at_end_of_structured_document_tag property. Returns true if the cursor is at the end of a structured document tag....docx' ) builder = aw . DocumentBuilder ( doc...structured document tag by index. builder . move_to_structured_document_tag...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfSaveOptions.jpeg_quality property | Aspose.W...

    PdfSaveOptions.jpeg_quality property. Gets or sets a value determining the quality of the JPEG images inside PDF document....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Jpeg image:' ) builder . insert_image ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PageSetup.layout_mode property | Aspose.Words f...

    PageSetup.layout_mode property. Gets or sets the layout mode of this section.... Document () builder = aw . DocumentBuilder ( doc...per line in this section. builder . page_setup . layout_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  10. MarkdownEmptyParagraphExportMode enumeration | ...

    aspose.words.saving.MarkdownEmptyParagraphExportMode enumeration. Specifies how Aspose.Words exports empty Paragraphs to Markdown....Words exports empty paragraphs to Markdown. Members Name... NONE Don’t export empty paragraphs. Examples Shows how to export...

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