GroupShape.nodeType property. Returns [NodeType.GroupShape](../../../aspose.words/nodetype/#GroupShape).... Document ( base . myDir + "Paragraphs...contain child nodes, such as the document itself, is composite. expect...
Paragraph.nodeType property. Returns [NodeType.Paragraph](../../nodetype/#Paragraph).... Document ( base . myDir + "Paragraphs...contain child nodes, such as the document itself, is composite. expect...
BuildingBlock.nodeType property. Returns the [NodeType.BuildingBlock](../../nodetype/#BuildingBlock) value.... Document ( base . myDir + "Paragraphs...contain child nodes, such as the document itself, is composite. expect...
FormField.nodeType property. Returns [NodeType.FormField](../../../aspose.words/nodetype/#FormField).... Document ( base . myDir + "Paragraphs...contain child nodes, such as the document itself, is composite. expect...
CommentRangeStart.nodeType property. Returns [NodeType.CommentRangeStart](../../nodetype/#CommentRangeStart).... Document ( base . myDir + "Paragraphs...contain child nodes, such as the document itself, is composite. expect...
Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreFieldCodes method. Gets or sets a boolean value indicating either to ignore text inside field codes. The default value is false in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...ignoreFieldCodes ); // Replace 'T' in document ignoring text inside field...
Aspose::Words::PlainTextDocument::get_CustomDocumentProperties method. Gets CustomDocumentProperties of the Document in C++....CustomDocumentProper of the document. System :: SharedPtr < Aspose...contents of a Microsoft Word document in plaintext and then access...
FindReplaceOptions.replacingCallback property. The user-defined method which is called before every replace occurrence.... Document (); let builder = new aw ...); expect ( doc . getText (). trim ()). toEqual ( "Our new location...
Aspose::Words::Range::Replace method. Replaces all occurrences of a character pattern specified by a regular expression with another string in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...room." , doc -> GetText (). Trim ()); See Also Class Range Namespace...
CompositeNode.selectNodes method. Selects a list of nodes matching the XPath expression.... Document ( base . myDir + "Tables.docx"...descendants of any table node in the document. let nodeList = doc . selectNodes...