Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 3,112 for

document revision

(0.2 sec)
  1. Some table in word file will beyond border if e...

    Hi, This issue has been created on behalf of Kai Hu Kai.Hu@FreyrSolutions.com I use following code to enable track change function, but when I enabled track change, some table in word file will beyond border. If I don’…...// Get RevisionOptions from document layout options RevisionOptions...RevisionOptions revisionOptions = document.getLayoutOptions().getRevisionOptions();...

    forum.aspose.com/t/some-table-in-word-file-will...
  2. 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...
  3. RevisionOptions.RevisionBarsWidth | Aspose.Word...

    Manage your Document's Revision bars with the RevisionOptions RevisionBarsWidth property. Easily customize width for clear visibility and organization....property Gets or sets width of revision bars, points. public float...appearance of revisions. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Range.revisions property | Aspose.Words for Nod...

    Range.Revisions property. Gets a collection of Revisions (tracked changes) that exist in this range....revisions property Range.revisions property Gets a collection...collection of revisions (tracked changes) that exist in this range. get...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. RevisionCollection class | Aspose.Words for Nod...

    Aspose.Words.RevisionCollection class. A collection of [Revision](../Revision/) objects that represent Revisions in the Document...collection of Revision objects that represent revisions in the document...Track Changes in a Document documentation article. Remarks You...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. RevisionGroup.text property | Aspose.Words for ...

    RevisionGroup.text property. Returns inserted/deleted/moved text or description of format change....group of revisions in a document. doc = aw . Document ( file_name...file_name = MY_DIR + 'Revisions.docx' ) self . assertEqual ( 7 , doc...

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

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

    forum.aspose.com/t/topic/309929
  9. 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...
  10. RevisionOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.RevisionOptions class to efficiently manage Document Revisions and enhance your layout process for optimal results....Allows to control how document revisions are handled during layout...Converting to Fixed-page Format documentation article. public class RevisionOptions...

    reference.aspose.com/words/net/aspose.words.lay...