Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 4,591 for

paragraph builder

(0.08 sec)
  1. Font.autoColor property | Aspose.Words for Node.js

    Font.autoColor property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... Document (); let builder = new aw . DocumentBuilder...background color's color. expect ( builder . font . color ). toEqual (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Edit Word, PDF In C++

    Edit DOCX, DOC, PDF and a variety of other file formats in C++....Update existing elements: paragraphs, lists, tables, images, links...chapters, sections, pages, paragraphs) Edit table using C++ One...

    products.aspose.com/words/cpp/edit/
  3. 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...
  4. ImageSaveOptions.clone method | Aspose.Words fo...

    ImageSaveOptions.clone method. Creates a deep clone of this object....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...
  5. Edit MARKDOWN In C++

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

    products.aspose.com/words/cpp/edit/markdown/
  6. Font.auto_color property | Aspose.Words for Python

    Font.auto_color property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... Document () builder = aw . DocumentBuilder ( doc...Color . empty () . to_argb (), builder . font . color . to_argb ())...

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

    Implements the PAGE field in Java....Document(getMyDir() + "Paragraphs.docx"); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose words Java -ExportDocumentStructure - vi...

    When exporting DOCX to PDF with pdfOptions.setExportDocumentStructure(true) enabled, the Table of Contents (TOC) shows an unexpected visible space after the page number (trailing whitespace) on TOC lines in the tagged PD…...removeAllChildren(); DocumentBuilder builder = new DocumentBuilder(doc);... // Add TOC title heading builder.getParagraphFormat().setSt...

    forum.aspose.com/t/aspose-words-java-exportdocu...
  9. FieldAutoNumOut | Aspose.Words for Java

    Implements the AUTONUMOUT field in Java....Examples: Shows how to number paragraphs using AUTONUMOUT fields....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Section.append_content method | Aspose.Words fo...

    Section.append_content method. Inserts a copy of content of the source section at the end 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...