Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 4,546 for

paragraph builder

(0.16 sec)
  1. Style.baseStyleName property | Aspose.Words for...

    Style.baseStyleName property. Gets/sets the name of the style this style is based on....let builder = new aw . DocumentBuilder ( doc ); builder . moveToDocumentEnd...moveToDocumentEnd (); builder . paragraphFormat . style = doc ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldPrivate | Aspose.Words for Java

    Implements the PRIVATE field in Java....using a document builder. DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder(doc); builder.insertField(FieldType.FIELD_PRIVATE, true);...

    reference.aspose.com/words/java/com.aspose.word...
  3. DocumentBuilder.insert_node method | Aspose.Wor...

    DocumentBuilder.insert_node method. Inserts a node before the cursor.... Document () builder = aw . DocumentBuilder ( doc...shape = aw . drawing . Shape ( builder . document , aw . drawing ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FootnoteOptions class | Aspose.Words for Python

    aspose.words.notes.FootnoteOptions class. Represents the footnote numbering options for a document or section... Document () builder = aw . DocumentBuilder ( doc...document builder's "InsertFootnote" method. builder . write (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.footnote_options property | Aspose.Wor...

    Document.footnote_options property. Provides options that control numbering and positioning of footnotes in this document.... Document () builder = aw . DocumentBuilder ( doc...document builder's "InsertFootnote" method. builder . write (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PdfImageColorSpaceExportMode enumeration | Aspo...

    aspose.words.saving.PdfImageColorSpaceExportMode enumeration. Specifies how the color space will be selected for the images in PDF document....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Jpeg image:' ) builder . insert_image ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.insert_table_of_contents method...

    DocumentBuilder.insert_table_of_contents method. Inserts a TOC (table of contents) field into the document.... Document () builder = aw . DocumentBuilder ( doc...Configure the table to pick up paragraphs with headings of levels 1...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImageBinarizationMethod enumeration | Aspose.Wo...

    aspose.words.saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image....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...
  9. 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/
  10. FieldRevNum | Aspose.Words for Java

    Implements the REVNUM field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Current...FieldRevNum field = (FieldRevNum) builder.insertField(FieldType.FIELD_REVISION_NUM...

    reference.aspose.com/words/java/com.aspose.word...