Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 4,637 for

paragraph builder

(0.78 sec)
  1. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Words method. Represents an estimate of the number of words in the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( System :: String...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. FieldBuilder.add_switch method | Aspose.Words f...

    aspose.words.fields.FieldBuilder.add_switch method...construct fields using a field builder, and then insert them into...field builder. # 1 - Single field: # Use a field builder to add...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Font.size property | Aspose.Words for Python

    Font.size property. Gets or sets the font size in points.... Document () builder = aw . DocumentBuilder ( doc...formatting, then add text. font = builder . font font . size = 16 font...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... Document () builder = aw . DocumentBuilder ( doc...doc = dst_doc ) builder . writeln ( 'Hello world!' ) # Create...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. FieldCitation.suffix property | Aspose.Words fo...

    FieldCitation.suffix property. Gets or sets a suffix that is appended to the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldCitation.volume_number property | Aspose.W...

    FieldCitation.volume_number property. Gets or sets a volume number associated with the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldMergeRec | Aspose.Words for Java

    Implements the MERGEREC field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Dear...fieldMergeField = (FieldMergeField) builder.insertField(FieldType.FIELD_MERGE_FIELD...

    reference.aspose.com/words/java/com.aspose.word...
  10. HtmlSaveOptions.table_width_output_mode propert...

    HtmlSaveOptions.table_width_output_mode property. Controls how table, row and cell widths are exported to HTML, MHTML or EPUB... Document () builder = aw . DocumentBuilder ( doc...boundary. table = builder . start_table () builder . insert_cell...

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