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

paragraph builder

(0.24 sec)
  1. 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...
  2. XpsSaveOptions | Aspose.Words for .NET

    Discover the XpsSaveOptions constructor to effortlessly create instances for saving documents in the XPS format, enhancing your document management efficiency....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...of levels 1, 2, and then 3. builder . ParagraphFormat . StyleIdentifier...

    reference.aspose.com/words/net/aspose.words.sav...
  3. DocumentBuilder.insert_ole_object method | Aspo...

    aspose.words.DocumentBuilder.insert_ole_object method...and inserted at the current Builder position. insert_ole_object(file_name...and inserted at the current Builder position. insert_ole_object(file_name...

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

    ImageSaveOptions.image_contrast property. Gets or sets the contrast for the generated images....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...
  6. Style.BaseStyleName | Aspose.Words for .NET

    Discover how to customize the BaseStyleName property to enhance your design. Easily get or set the style name for improved visual appeal!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...MoveToDocumentEnd (); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words/sty...
  7. OutlineOptions.create_missing_outline_levels pr...

    OutlineOptions.create_missing_outline_levels property. Gets or sets a value determining whether or not to create missing outline levels when the document is exported.... Document () builder = aw . DocumentBuilder ( doc...entries of levels 1 and 5. builder . paragraph_format . style_identifier...

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

    Implements the AUTHOR field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...setDefaultDocumentAu("Joe Bloggs"); builder.write("This document was created...

    reference.aspose.com/words/java/com.aspose.word...
  9. IRevisionCriteria.is_match method | Aspose.Word...

    IRevisionCriteria.is_match method. Checks whether or not specified *revision* matches criteria....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...datetime . datetime . now ()) builder . write ( 'This is insertion...

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

    Add a bookmark into a document easily and fast instead of using VSTO in C#.... Paragraphs [ 1 ]. Range , "FirstParagraph"...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartBookmark...

    docs.aspose.com/words/net/add-bookmark/