Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 4,680 for

paragraph builder

(0.95 sec)
  1. ImageSaveOptions.save_format property | Aspose....

    ImageSaveOptions.save_format property. Specifies the format in which the rendered document pages or shapes will be saved if this save options object is used...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Continuous Section Break Not Functioning Proper...

    Hi Team, I am working on merging multiple Word documents. I have set the section start to Aspose.Words.SectionStart.Continuous, but the sections are still not appearing as continuous. Could you please help me resolve …...DocumentBuilder builder = new Aspose.Words.DocumentBuilder(doc);...Remove(); } builder.MoveToDocumentStart(); builder.MoveToDocumentEnd();...

    forum.aspose.com/t/continuous-section-break-not...
  3. FieldDate | Aspose.Words for Java

    Implements the DATE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldDate field = (FieldDate) builder.insertField(FieldType.FIELD_DATE...

    reference.aspose.com/words/java/com.aspose.word...
  4. PageSetup.lines_per_page property | Aspose.Word...

    PageSetup.lines_per_page property. Gets or sets the number of lines per page in the document grid.... Document () builder = aw . DocumentBuilder ( doc...avoid overlapping characters. builder . page_setup . layout_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. FieldSectionPages | Aspose.Words for Java

    Implements the SECTIONPAGES field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToHe...oterType.HEADER_PRIMARY); builder.getParagraphFormat().setAl...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldSection | Aspose.Words for Java

    Implements the SECTION field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToHe...oterType.HEADER_PRIMARY); builder.getParagraphFormat().setAl...

    reference.aspose.com/words/java/com.aspose.word...
  8. XpsSaveOptions class | Aspose.Words for Python

    aspose.words.saving.XpsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XPS](../../aspose.words/saveformat/#XPS) format... Document () builder = aw . DocumentBuilder ( doc...levels 1, 2, and then 3. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.export_shapes_as_svg property |...

    HtmlSaveOptions.export_shapes_as_svg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) text_box = builder . insert_shape ( shape_type = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.UpdateWordCount | Aspose.Words for .NET

    Enhance your document's efficiency with the UpdateWordCount method, ensuring accurate word count properties for better editing and review....updates Characters, Words and Paragraphs properties in the BuiltInDocumentPrope...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...

    reference.aspose.com/words/net/aspose.words/doc...