Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 4,610 for

paragraph builder

(0.06 sec)
  1. FieldQuote | Aspose.Words for Java

    Implements the QUOTE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldQuote field = (FieldQuote) builder.insertField(FieldType.FIELD_QUOTE...

    reference.aspose.com/words/java/com.aspose.word...
  2. Document.StartTrackRevisions | Aspose.Words for...

    Effortlessly track document changes with the StartTrackRevisions method. Automatically mark all edits as revisions for seamless collaboration and clarity....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...until we begin tracking them. builder . Write ( "Hello world! " );...

    reference.aspose.com/words/net/aspose.words/doc...
  3. TxtSaveOptionsBase.export_headers_footers_mode ...

    TxtSaveOptionsBase.export_headers_footers_mode property. Specifies the way headers and footers are exported to the text formats... append_paragraph ( 'Even header' ) doc . first_section.... FOOTER_EVEN ) . append_paragraph ( 'Even footer' ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BookmarkCollection.remove method | Aspose.Words...

    aspose.words.BookmarkCollection.remove method... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  5. IStructuredDocumentTag.lock_content_control pro...

    IStructuredDocumentTag.lock_content_control property. When set to true, this property will prohibit a user from deleting this SDT.... Document () builder = aw . DocumentBuilder ( doc...tag . lock_contents = True builder . write ( 'The contents of...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTag.lock_content_control prop...

    StructuredDocumentTag.lock_content_control property. When set to ``True``, this property will prohibit a user from deleting this SDT.... Document () builder = aw . DocumentBuilder ( doc...tag . lock_contents = True builder . write ( 'The contents of...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldToa | Aspose.Words for Java

    Implements the TOA field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldToa fieldToa = (FieldToa) builder.insertField(FieldType.FIELD_TOA...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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/
  9. 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/
  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/