A collection of RevisionGroup objects that represent revision groups in the Document in Java....represent revision groups in the document. To learn more, visit the...Track Changes in a Documentdocumentation article. Remarks: You...
Represents a contiguous area in a Document....contiguous area in a document. The document is represented by a...are easier to perform if the document is treated as a contiguous...
Represents a contiguous area in a Document in Java....Represents a contiguous area in a document. To learn more, visit the...with Ranges documentation article. Remarks: The document is represented...
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...
DocumentBuilder IsAtEndOfStructuredDocumentTag property. Returns true if the cursor is at the end of a structured Document tag in C#....at the end of a structured document tag. public bool IsAtEndOfStructuredD...structured document tag. Document doc = new Document ( MyDir +...
Implement this interface if you want to have your own custom method called during a find and replace operation in Java....throws Exception { Document doc = new Document(getMyDir() + "Header...throws Exception { Document doc = new Document(); DocumentBuilder...
Node PreviousSibling property. Gets the node immediately preceding this node in C#....section in the document. Document doc = new Document (); DocumentBuilder...the first one, leaving the document with only the second. Assert...
Paragraph ListFormat property. Provides access to the list formatting properties of the paragraph in C#....paragraphs in a document that are list items. Document doc = new Document...Document (); DocumentBuilder builder = new DocumentBuilder (...
GroupShape NodeType property. Returns GroupShape in C#....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...contain child nodes, such as the document itself, is composite. Assert...
Run NodeType property. Returns Run in C#....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...contain child nodes, such as the document itself, is composite. Assert...