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

paragraph builder

(0.26 sec)
  1. Document.expand_table_styles_to_direct_formatti...

    Document.expand_table_styles_to_direct_formatting method. Converts formatting specified in table styles into direct formatting on tables in the document....formatting of tables, cells, paragraphs or text. This version of...elements. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ImportFormatOptions.adjust_sentence_and_word_sp...

    ImportFormatOptions.adjust_sentence_and_word_spacing property. Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically... Document () builder = aw . DocumentBuilder ( doc...src_doc ) builder . write ( 'Dolor sit amet.' ) builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TextBoxWrapMode enumeration | Aspose.Words for ...

    aspose.words.drawing.TextBoxWrapMode enumeration. Specifies how text wraps 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...
  4. FieldGoToButton | Aspose.Words for Java

    Implements the GOTOBUTTON field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldGoToButton) builder.insertField(FieldType.FIELD_GO_TO_BUTTON...

    reference.aspose.com/words/java/com.aspose.word...
  5. Style.aliases property | Aspose.Words for Python

    Style.aliases property. Gets all aliases of this style...2' )) builder = aw . DocumentBuilder ( doc = doc ) builder . move_to_document_end...move_to_document_end () builder . paragraph_format . style = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldSet | Aspose.Words for Java

    Implements the SET field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldSet fieldSet = (FieldSet) builder.insertField(FieldType.FIELD_SET...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldBuilder constructor | Aspose.Words for Python

    FieldBuilder constructor. Initializes an instance of the [FieldBuilder](../) class....insert a field using a field builder. doc = aw . Document () # A...document is with a document builder. builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Section.prepend_content method | Aspose.Words f...

    Section.prepend_content method. Inserts a copy of content of the source section at the beginning of this section....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...write ( 'Section 1' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ImportFormatOptions.IgnoreTextBoxes | Aspose.Wo...

    Discover how the ImportFormatOptions IgnoreTextBoxes property enhances your document formatting by controlling textbox content. Optimize with ease today!...DocumentBuilder builder = new DocumentBuilder ( dstDoc ); builder . Writeln...srcDoc = new Document (); builder = new DocumentBuilder ( srcDoc...

    reference.aspose.com/words/net/aspose.words/imp...
  10. ConditionalStyleCollection class | Aspose.Words...

    aspose.words.ConditionalStyleCollection class. Represents a collection of [ConditionalStyle](../conditionalstyle/) objects...() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

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