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

paragraph builder

(0.07 sec)
  1. 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...
  2. FieldMergeField | Aspose.Words for Java

    Implements the MERGEFIELD field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldMergeField = (FieldMergeField) builder.insertField(FieldType.FIELD_MERGE_FIELD...

    reference.aspose.com/words/java/com.aspose.word...
  3. XpsSaveOptions class | Aspose.Words for Python

    aspose.words.saving.XpsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XPS](../../aspose.words/saveformat/#XPS) format... Document () builder = aw . DocumentBuilder ( doc...levels 1, 2, and then 3. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  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. Drop Shadow – SVG Filters – C# Code

    Learn how to write SVG code and create a drop shadow effect using Aspose.SVG API and apply the drop shadow effect to SVG shapes and text....Effect Using SVG Builder API Aspose.SVG Builder API is designed...in the previous paragraph) using SVG Builder API . This code...

    docs.aspose.com/svg/net/drop-shadow/
  6. Font.name property | Aspose.Words for Python

    Font.name property. Gets or sets the name of the font.... Document () builder = aw . DocumentBuilder ( doc...formatting, then add text. font = builder . font font . size = 16 font...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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/
  8. DocumentBase.import_node method | Aspose.Words ...

    aspose.words.DocumentBase.import_node method... first_paragraph . append_child ( aw . Run...= 'Source document first paragraph text.' )) dst_doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.UpdateWordCount | Aspose.Words for .NET

    Enhance your document's efficiency with the UpdateWordCount method, ensuring accurate word count properties for better editing and review....updates Characters, Words and Paragraphs properties in the BuiltInDocumentPrope...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...

    reference.aspose.com/words/net/aspose.words/doc...
  10. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    Discover how to use HtmlSaveOptions ExportShapesAsSvg to convert Shape nodes to SVG images when saving to HTML, MHTML, EPUB, or AZW3 formats....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...doc ); Shape textBox = builder . InsertShape ( ShapeType . TextBox...

    reference.aspose.com/words/net/aspose.words.sav...