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

document revision

(0.11 sec)
  1. 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...
  2. RevisionOptions.inserted_text_color property | ...

    RevisionOptions.inserted_text_color property. Allows to specify the color to be used for inserted content [RevisionType.INSERTION](../../../aspose.words/Revisiontype/#INSERTION)...appearance of revisions in a rendered output document. doc = aw .... Document () builder = aw . DocumentBuilder ( doc = doc ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Layout::RevisionColor enum | Asp...

    Aspose::Words::Layout::RevisionColor enum. Allows to specify color of Document Revisions in C++....Allows to specify color of document revisions. enum class RevisionColor...highlight revision changes. ByAuthor 27 Revisions of each author...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. 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...
  5. Document.start_track_revisions method | Aspose....

    aspose.words.Document.start_track_Revisions method...start_track_revisions method Contents [ Hide ] start_track_revisions(author...make to the document programmatically as revision changes. def...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. 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/...
  8. 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...
  9. Document.LayoutOptions | Aspose.Words for .NET

    Explore the Document LayoutOptions property to control your Document's layout effectively. Unlock flexible design options for optimal presentation....LayoutOptions Contents [ Hide ] Document.LayoutOptions property Gets...the layout process of this document. public LayoutOptions LayoutOptions...

    reference.aspose.com/words/net/aspose.words/doc...
  10. 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...