Aspose.Words.DocumentBuilder.insertHtml method...Inserts an HTML string into the document. insertHtml ( html : string...string to insert into the document. Remarks You can use this...
Aspose::Words::DocumentBuilder::InsertHtml method. Inserts an HTML string into the Document in C++....Inserts an HTML string into the document. void Aspose :: Words :: DocumentBuilder...into the document. Examples Shows how to use a document builder...
Aspose::Words::CompositeNode::get_Count method. Gets the number of immediate children of this node in C++....:: Words :: Document > (); // An empty document, by default,...doc , u "Run 3. " ); // The document body will not display these...
Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreOfficeMath method. Gets or sets a boolean value indicating either to ignore text inside OfficeMath/>. The default value is true in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Office...get_FirstParagraph () -> GetText (). Trim ()); auto options = System ::...
NodeCollection.clear method. Removes all nodes from this collection and from the Document....this collection and from the document. clear () Examples Shows how...sections from a document. let doc = new aw . Document ( base . myDir...
Aspose.Words.ControlChar class. Control characters often encountered in Documents...characters often encountered in documents. To learn more, visit the...With Control Characters documentation article. Remarks Provides...
Skip OfficeMath text during find-and-replace operations with IgnoreOfficeMath to simplify content updates.... Document doc = new Document ( MyDir + "Office...FirstParagraph . GetText (). Trim (), Is . EqualTo ( "i+b-c≥iM+bM-cM"...
HtmlSaveOptions.DocumentSplitHeadingLevel property. Specifies the maximum level of headings at which to split the Document...headings at which to split the document. Default value is 2 . get...to a value from 1 to 9, the document will be split at paragraphs...
Provides typed access to a collection of Row nodes in Java....the Working with Tables documentation article. Examples: Shows...the document and print the contents of each cell. Document doc...
A collection of Revision objects that represent revisions in the Document in Java....represent revisions in the document. To learn more, visit the...Track Changes in a Documentdocumentation article. Remarks: You...