Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 4,244 for

paragraph builder

(0.05 sec)
  1. Bookmark.remove method | Aspose.Words for Python

    Bookmark.remove method. Removes the bookmark from the document... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfSaveOptions.image_compression property | Asp...

    PdfSaveOptions.image_compression property. Specifies compression type to be used for all images in the 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...
  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. FieldGoToButton | Aspose.Words for Java

    Implements the GOTOBUTTON field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldGoToButton) builder.insertField(FieldType.FIELD_GO_TO_BUTTON...

    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. 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...
  7. FieldSet | Aspose.Words for Java

    Implements the SET field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldSet fieldSet = (FieldSet) builder.insertField(FieldType.FIELD_SET...

    reference.aspose.com/words/java/com.aspose.word...
  8. Edit DOC In C++

    Edit DOC in C++ code....Remove unwanted DOC elements (paragraphs, pages, sections, chapters)...<Document>( u"Input.doc" ); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/edit/doc/
  9. Edit TEXT In C++

    Edit TEXT in C++ code....Remove unwanted text elements (paragraphs, pages, sections, chapters)...<Document>( u"Input.txt" ); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/edit/text/
  10. Edit HTML In C++

    Edit HTML in C++ code....Remove unwanted HTML elements (paragraphs, pages, sections, chapters)...<Document>( u"Input.html" ); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/edit/html/