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

paragraph builder

(0.13 sec)
  1. ConditionalStyleCollection.top_right_cell prope...

    ConditionalStyleCollection.top_right_cell property. Gets the top right cell 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...
  2. Aspose::Words::ControlChar::Cr method | Aspose....

    Aspose::Words::ControlChar::Cr method. Carriage return character: "\x000d" or "\r". Same as ParagraphBreak in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Insert paragraphs with text with DocumentBuilder. builder -> Writeln...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. PdfSaveOptions.save_format property | Aspose.Wo...

    PdfSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... Document () builder = aw . DocumentBuilder ( doc...levels 1, 2, and then 3. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Saving::XpsSaveOptions::XpsSaveO...

    Aspose::Words::Saving::XpsSaveOptions::XpsSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the Xps format in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...of levels 1, 2, and then 3. builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote.... Document () builder = aw . DocumentBuilder ( doc...at the bottom of the page. builder . write ( 'This text will be...

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

    Implements the formula field in Java....Document(); // Use a field builder to construct a mathematical...DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...

    reference.aspose.com/words/java/com.aspose.word...
  7. TxtSaveOptionsBase.force_page_breaks property |...

    TxtSaveOptionsBase.force_page_breaks property. Allows to specify whether the page breaks should be preserved during export....Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...writeln ( 'Page 1' ) builder . insert_break ( aw . BreakType . PAGE_BREAK...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java....PARAGRAPH); doc.getGlossaryDocument()...brochure.dotx"}); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. EndnoteOptions.number_style property | Aspose.W...

    EndnoteOptions.number_style property. Specifies the number format for automatically numbered endnotes.... Document () builder = aw . DocumentBuilder ( doc...that we pass to the document builder's "InsertEndnote" method. #...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...