Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 1,664 for

document revision

(0.12 sec)
  1. 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. Remarks...Examples Shows how to work with a document’s custom properties. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. RevisionCollection.acceptAll method | Aspose.Wo...

    RevisionCollection.acceptAll method. Accepts all Revisions in this collection....method acceptAll() Accepts all revisions in this collection. acceptAll...compare documents. let docOriginal = new aw . Document (); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_RevisionNumber method. Gets or sets the Document Revision number in C++....method Gets or sets the document revision number. int32_t Aspose...Examples Shows how to work with document properties in the “Origin”...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. BuiltInDocumentProperties.revisionNumber proper...

    BuiltInDocumentProperties.RevisionNumber property. Gets or sets the Document Revision number....property Gets or sets the document revision number. get revisionNumber...fields. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToDouble method. Returns the property value as double in C++....custom document properties. auto doc = MakeObject < Document > ();...properties -> Add ( u "Authorized Revision" , doc -> get_BuiltInDocumentPrope...

    reference.aspose.com/words/cpp/aspose.words.pro...
  6. DocumentProperty.ToBool | Aspose.Words for .NET

    Discover the DocumentProperty ToBool method that efficiently converts property values to boolean for seamless data handling and enhanced coding efficiency....custom document properties. Document doc = new Document (); CustomDocumentProper...properties . Add ( "Authorized Revision" , doc . BuiltInDocumentPrope...

    reference.aspose.com/words/net/aspose.words.pro...
  7. DocumentProperty.type property | Aspose.Words f...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FindReplaceOptions.IgnoreDeleted | Aspose.Words...

    Discover the FindReplaceOptions IgnoreDeleted property, control text visibility in deleted Revisions with an easy boolean toggle. Enhance your editing experience!...ignore text inside delete revisions. The default value is false...ignore text inside delete revisions during a find-and-replace...

    reference.aspose.com/words/net/aspose.words.rep...
  9. PropertyType | Aspose.Words for Java

    Specifies data type of a Document property in Java....PropertyType Specifies data type of a document property. Examples: Shows...work with a document’s custom properties. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  10. Paragraph.isFormatRevision property | Aspose.Wo...

    Paragraph.isFormatRevision property. Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled....is a format revision. let doc = new aw . Document ( base . myDir...myDir + "Format revision.docx" ); // This paragraph is a "Format"...

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