Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 2,696 for

document revision

(0.04 sec)
  1. Aspose::Words::RevisionGroup::get_Text method |...

    Aspose::Words::RevisionGroup::get_Text method. Returns inserted/deleted/moved text or description of format change in C++....info about a group of revisions in a document. auto doc = MakeObject...MakeObject < Document > ( MyDir + u "Revisions.docx" ); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words/rev...
  2. Aspose::Words::RevisionGroup::get_RevisionType ...

    Aspose::Words::RevisionGroup::get_RevisionType method. Gets the type of Revisions included in this group in C++.... method Gets the type of revisions included in this group. Aspose...info about a group of revisions in a document. auto doc = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. RevisionCollection.AcceptAll | Aspose.Words for...

    Discover the RevisionCollection AcceptAll method to seamlessly integrate all Revisions, enhancing your workflow efficiency and collaboration....AcceptAll method Accepts all revisions in this collection. public...compare documents. Document docOriginal = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/rev...
  4. CustomDocumentProperties | Aspose.Words for Java

    A collection of custom Document properties in Java....DocumentPropertyColl A collection of custom document properties. To learn more...the Work with Document Properties documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...
  5. RevisionOptions.RevisionBarsColor | Aspose.Word...

    Customize your Document's RevisionBarsColor to highlight revised lines with ease. Default is Red, but choose any color for clearer insights!...that identify document lines containing revised information. Default...values will result in hiding revision bars from the layout. Examples...

    reference.aspose.com/words/net/aspose.words.lay...
  6. DocumentPropertyCollection | Aspose.Words for Java

    Base class for BuiltInDocumentProperties and CustomDocumentProperties collections in Java....the Work with Document Properties documentation article. Remarks:...work with a document’s custom properties. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  7. 文档中的修订记录,可以给每个修订记录设置一个唯一值吗?用户在接受了或拒绝了修订之后,这个唯一值...

    文档中的修订记录,可以给每个修订记录设置一个唯一值吗?用户在接受了或拒绝了修订之后,这个唯一值也不会变...你好,我在修订时遇到以下问题: RevisionCollection revisions = document.getRevisions(); 我通过...订记录,代码如下: for (Revision revision : revisions) { String author...

    forum.aspose.com/t/topic/309929
  8. Document.Compare | Aspose.Words for .NET

    Effortlessly compare Documents with our Document Compare tool. Identify edits and format changes quickly for streamlined Revisions and enhanced collaboration....Compare( Document , string, DateTime ) Compares this document with...with another document producing changes as number of edit and format...

    reference.aspose.com/words/net/aspose.words/doc...
  9. RevisionOptions.ShowRevisionMarks | Aspose.Word...

    Control Revision visibility with the ShowRevisionMarks property. Easily format Revision text for clarity, enhancing Document collaboration. Default is true....property Allow to specify whether revision text should be marked with...appearance of revisions. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words.lay...
  10. RevisionOptions.revision_bars_width property | ...

    RevisionOptions.Revision_bars_width property. Gets or sets width of Revision bars, points....revision_bars_width property RevisionOptions.revision_bars_width...width of revision bars, points. @property def revision_bars_width...

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