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

paragraph builder

(0.08 sec)
  1. Style.Aliases | Aspose.Words for .NET

    Discover all style aliases effortlessly with the Style Aliases property. If none exist, receive an empty string array. Simplify your style management!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...MoveToDocumentEnd (); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words/sty...
  2. FieldMacroButton.display_text property | Aspose...

    FieldMacroButton.display_text property. Gets or sets the text to appear as the button that is selected to run the macro or command....docm' ) builder = aw . DocumentBuilder ( doc...MacroName property. field = builder . insert_field ( field_type...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldFileName | Aspose.Words for Java

    Implements the FILENAME field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd();...moveToDocumentEnd(); builder.writeln(); // This FILENAME field will display...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldUserName | Aspose.Words for Java

    Implements the USERNAME field in Java....rmation); DocumentBuilder builder = new DocumentBuilder(doc);...fieldUserName = (FieldUserName) builder.insertField(FieldType.FIELD_USER_NAME...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldUserInitials | Aspose.Words for Java

    Implements the USERINITIALS field in Java.... DocumentBuilder builder = new DocumentBuilder(doc);...fieldUserInitials = (FieldUserInitials) builder.insertField(FieldType.FIELD_USER_INITIALS...

    reference.aspose.com/words/java/com.aspose.word...
  6. Document.ExpandTableStylesToDirectFormatting | ...

    Transform table styles into direct formatting with the ExpandTableStylesToDirectFormatting method, enhancing your document's appearance effortlessly....formatting of tables, cells, paragraphs or text. This version of...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldBuilder constructor | Aspose.Words for Python

    FieldBuilder constructor. Initializes an instance of the [FieldBuilder](../) class....insert a field using a field builder. doc = aw . Document () # A...document is with a document builder. builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Section.prepend_content method | Aspose.Words f...

    Section.prepend_content method. Inserts a copy of content of the source section at the beginning of this section....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...write ( 'Section 1' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection.... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PdfImageCompression enumeration | Aspose.Words ...

    aspose.words.saving.PdfImageCompression enumeration. Specifies the type of compression applied to images in the PDF file....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Jpeg image:' ) builder . insert_image ( file_name =...

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