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

paragraph builder

(0.07 sec)
  1. FieldSection | Aspose.Words for Java

    Implements the SECTION field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToHe...oterType.HEADER_PRIMARY); builder.getParagraphFormat().setAl...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldDisplayBarcode | Aspose.Words for Java

    Implements the DISPLAYBARCODE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldDisplayBarcode) builder.insertField(FieldType.FIELD_DISPLAY_BARCODE...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldEditTime | Aspose.Words for Java

    Implements the EDITTIME field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...in a Microsoft Word window. builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Document::StopTrackRevisions met...

    Aspose::Words::Document::StopTrackRevisions method. Stops automatic marking of document changes as revisions in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...until we begin tracking them. builder -> Write ( u "Hello world!...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. 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...
  6. ImageSaveOptions.tiff_binarization_method prope...

    ImageSaveOptions.tiff_binarization_method property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveOptions.save_format](../save_format/) is [SaveFormat.TIFF](../../../aspose.words/saveformat/#TIFF) and [ImageSaveOptions.tiff_compression](../tiff_compression/) is equal to [TiffCompression.CCITT3](../../tiffcompression/#CCITT3) or [TiffCompression.CCITT4](../../tiffcompression/#CCITT4)....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...
  7. FieldDocVariable.variable_name property | Aspos...

    FieldDocVariable.variable_name property. Gets or sets the name of the document variable to retrieve.... Document () builder = aw . DocumentBuilder ( doc...category' field_doc_property = builder . insert_field ( field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HtmlSaveOptions.exportShapesAsSvg property | As...

    HtmlSaveOptions.exportShapesAsSvg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3... Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let textBox = builder . insertShape ( aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.expand_table_styles_to_direct_formatti...

    Document.expand_table_styles_to_direct_formatting method. Converts formatting specified in table styles into direct formatting on tables in the document....formatting of tables, cells, paragraphs or text. This version of...elements. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Edit WORD In C++

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

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