Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 4,644 for

paragraph builder

(0.86 sec)
  1. Document.StopTrackRevisions | Aspose.Words for ...

    Learn how to use the StopTrackRevisions method to prevent automatic document change markings, enhancing your editing efficiency and document clarity....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...until we begin tracking them. builder . Write ( "Hello world! " );...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Field class | Aspose.Words for Python

    aspose.words.fields.Field class. Represents a Microsoft Word document field...content and span multiple paragraphs or sections in a document...content, such as nested fields, paragraphs, shapes, tables and in this...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Font.number_spacing property | Aspose.Words for...

    Font.number_spacing property. Gets or sets the spacing type of the numeral being displayed.... Document () builder = aw . DocumentBuilder ( doc...MsWordVersion . WORD2019 ) builder . write ( '1 ' ) builder . write ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MailMerge.CleanupParagraphsWithPunctuationMarks...

    Optimize your MailMerge with the CleanupParagraphsWithPunctuationMarks property. Control empty Paragraph removal for cleaner, professional documents....value indicating whether paragraphs with punctuation marks are...Examples Shows how to remove paragraphs with punctuation marks after...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportShapesAsSvg method. Controls whether Shape nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3. Default value is false in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Drawing :: Shape > textBox = builder -> InsertShape ( Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::StyleIdentifier enum | Aspose.Wo...

    Aspose::Words::StyleIdentifier enum. Locale independent style identifier in C++....DefaultParagraphFont 65 The Default Paragraph Font style. Emphasis 88 EndnoteReference...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. CommentDisplayMode enumeration | Aspose.Words f...

    aspose.words.layout.CommentDisplayMode enumeration. Specifies the rendering mode for document comments....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...'My comment.' ) builder . current_paragraph . append_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MarkdownSaveOptions.empty_paragraph_export_mode...

    MarkdownSaveOptions.empty_Paragraph_export_mode property. Specifies how to export empty Paragraphs to Markdown...empty_paragraph_export_mode property MarkdownSaveOptions.emp...empty_paragraph_export_mode property Specifies how to export empty...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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/
  10. FieldRevNum class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldRevNum class. Implements the REVNUM field...node, returns its parent paragraph. If the field is already removed...let builder = new aw . DocumentBuilder ( doc ); builder . write...

    reference.aspose.com/words/nodejs-net/aspose.wo...