Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 3,148 for

document revision

(0.06 sec)
  1. 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...
  2. 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...
  3. CustomDocumentProperties.Add | Aspose.Words for...

    Create unique custom Document properties effortlessly with the Add method. Enhance your Documents with tailored String data types for optimal performance....string ) Creates a new custom document property of the String data...work with a document’s custom properties. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.pro...
  4. RevisionOptions.revision_bars_color property | ...

    RevisionOptions.Revision_bars_color property. Allows to specify the color to be used for side bars that identify Document lines containing revised information...revision_bars_color property RevisionOptions.revision_bars_color...that identify document lines containing revised information. Default...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose Words Revisions date - Free Support Foru...

    Aspose.Words for dotnet 25.4.0 Document Revisions all have a DateTime set to 01/01/0001 00:00:00 Code : Given the file Pierre2.docx has a few Revisions ( track changes enabled ) var filename = @"C:\Users\Pierre\Docum…...Aspose Words Revisions date Aspose.Words Product Family words-net...Words for dotnet 25.4.0 Document revisions all have a DateTime set...

    forum.aspose.com/t/aspose-words-revisions-date/...
  6. RevisionColor enumeration | Aspose.Words for Py...

    aspose.words.layout.RevisionColor enumeration. Allows to specify color of Document Revisions....Allows to specify color of document revisions. Members Name Description...to highlight revision changes. BY_AUTHOR Revisions of each author...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Document.StartTrackRevisions | Aspose.Words for...

    Effortlessly track Document changes with the StartTrackRevisions method. Automatically mark all edits as Revisions for seamless collaboration and clarity....make to the document programmatically as revision changes. public...of the author to use for revisions. dateTime DateTime The date...

    reference.aspose.com/words/net/aspose.words/doc...
  8. 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...
  9. Document.compare method | Aspose.Words for Node.js

    Aspose.Words.Document.compare method...compare(document, author, dateTime) Compares this document with...with another document producing changes as number of edit and format...

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

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

    forum.aspose.com/t/topic/309929