Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 2,089 for

trim document

(0.26 sec)
  1. RevisionType enumeration | Aspose.Words for Nod...

    Aspose.Words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/)....content was inserted in the document. Deletion Content was removed...removed from the document. FormatChange Change of formatting was...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Comment::get_Ancestor method | A...

    Aspose::Words::Comment::get_Ancestor method. Returns the parent Comment object. Returns null for top-level comments in C++....Shows how to print all of a document’s comments and their replies...replies. auto doc = MakeObject < Document > ( MyDir + u "Comments.docx"...

    reference.aspose.com/words/cpp/aspose.words/com...
  3. NodeChangingArgs.OldParent | Aspose.Words for .NET

    Discover the NodeChangingArgs OldParent property, which retrieves the parent node prior to changes, ensuring seamless operations and enhanced data management....to monitor changes to the document tree in real-time as we edit...NodeChangingCallback () { Document doc = new Document (); doc . NodeChangingCallback...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Run Class | Aspose.Words for .NET

    Discover Aspose.Words.Run, a powerful class for managing character runs with consistent font formatting, enhancing your Document processing efficiency....the Programming with Documents documentation article. public class...identifier. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words/run/
  5. StructuredDocumentTagRangeStart.removeSelfOnly ...

    StructuredDocumentTagRangeStart.removeSelfOnly method. Removes this range start and appropriate range end nodes of the structured Document tag, but keeps its content inside the Document tree....end nodes of the structured document tag, but keeps its content...content inside the document tree. removeSelfOnly () Examples Shows...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Revision Class | Aspose.Words for .NET

    Explore the Aspose.Words.Revision class to manage tracked changes in Documents. Easily identify revision types for seamless Document editing....revision (tracked change) in a document node or style. Use RevisionType...Track Changes in a Document documentation article. public class...

    reference.aspose.com/words/net/aspose.words/rev...
  7. Aspose::Words::Node::get_ParentNode method | As...

    Aspose::Words::Node::get_ParentNode method. Gets the immediate parent of this node in C++.... auto doc = MakeObject < Document > (); SharedPtr < Paragraph...Append a child Run node to the document's first paragraph. auto run...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Aspose::Words::Node::get_Document method | Aspo...

    Aspose::Words::Node::get_Document method. Gets the Document to which this node belongs in C++....get_Document method Contents [ Hide ] Node::get_Document method...method Gets the document to which this node belongs. virtual System...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. Aspose::Words::RevisionCollection class | Aspos...

    Aspose::Words::RevisionCollection class. A collection of Revision objects that represent revisions in the Document. To learn more, visit the Documentation article in C++....represent revisions in the document. To learn more, visit the...Track Changes in a Document documentation article. class RevisionCollection...

    reference.aspose.com/words/cpp/aspose.words/rev...
  10. ReplacingArgs | Aspose.Words for Java

    Provides data for a custom replace operation in Java....visit the Find and Replace documentation article. Examples: Shows...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...