Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 5,828 for

document revision

(0.77 sec)
  1. Aspose::Words::Properties::PropertyType enum | ...

    Aspose::Words::Properties::PropertyType enum. Specifies data type of a Document property in C++....enum Specifies data type of a document property. enum class PropertyType...Examples Shows how to work with a document’s custom properties. auto...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. 19.7 Release Notes|Aspose.Words for Java

    Aspose.Words for Java 19.7 Release Notes – the latest updates and fixes.... Added property Revision.Group. Supported dynamic list...link with RevisionGroup and Revision New Feature WORDSNET-16984...

    docs.aspose.com/words/java/aspose-words-for-jav...
  3. Aspose::Words::Paragraph::get_IsFormatRevision ...

    Aspose::Words::Paragraph::get_IsFormatRevision method. Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled in C++....a format revision. auto doc = MakeObject < Document > ( MyDir...MyDir + u "Format revision.docx" ); // This paragraph is a "Format"...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. Aspose::Words::Layout::RevisionTextEffect enum ...

    Aspose::Words::Layout::RevisionTextEffect enum. Allows to specify decoration effect for Revisions of Document text in C++....decoration effect for revisions of document text. enum class RevisionTextEffect...Name Value Description None 0 Revised content has no special effects...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. DocumentProperty.Type | Aspose.Words for .NET

    DocumentProperty Type property. Gets the data type of the property in C#....built-in document properties. Document doc = new Document ( MyDir..."Properties.docx" ); // The "Document" object contains some of its...

    reference.aspose.com/words/net/aspose.words.pro...
  6. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::Contains method. Returns true if a property with the specified name exists in the collection in C++....Examples Shows how to work with a document’s custom properties. auto...auto doc = MakeObject < Document > (); SharedPtr < CustomDocumentProper...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. DocumentPropertyCollection class | Aspose.Words...

    aspose.words.properties.DocumentPropertyCollection class. Base class for [BuiltInDocumentProperties](../builtinDocumentproperties/) and [CustomDocumentProperties](../customDocumentproperties/) collections...the Work with Document Properties documentation article. The names...with a document’s custom properties. doc = aw . Document () properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentProperty.ToDouble | Aspose.Words for .N...

    DocumentProperty 方法. 以 double 形式返回属性值... Document doc = new Document (); CustomDocumentProper...properties . Add ( "Authorized Revision" , doc . BuiltInDocumentPrope...

    reference.aspose.com/words/zh/net/aspose.words....
  9. RevisionOptions.moved_from_text_effect property...

    RevisionOptions.moved_from_text_effect property. Allows to specify the effect to be applied to the areas where content was moved from [RevisionType.MOVING](../../../aspose.words/Revisiontype/#MOVING)...appearance of revisions. doc = aw . Document ( MY_DIR + "Revisions.docx"...controls the appearance of revisions. revision_options = doc . layout_options...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Password Protect a Word Document in Python

    This tutorial is written to guide you on how to password protect a Word Document in Python. It contains all the details required to configure the environment, step wise process to accomplish the task and a runnable sample code to lock Word Document in Python....to Password Protect a Word Document in Python This short tutorial...to password protect a Word document in Python . It provides the...

    kb.aspose.com/words/python/how-to-password-prot...