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

document revision

(0.75 sec)
  1. 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...
  2. 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...
  3. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToBool method. Returns the property value as bool 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...
  4. 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...
  5. 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...
  6. 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...
  7. PropertyType enumeration | Aspose.Words for Nod...

    Aspose.Words.Properties.PropertyType enumeration. Specifies data type of a Document property....enumeration Specifies data type of a document property. Members Name Description...Examples Shows how to work with a document’s custom properties. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 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...
  9. DocumentProperty.ToString | Aspose.Words for .NET

    Discover the DocumentProperty ToString method, which formats property values as strings based on locale, enhancing data presentation and user experience....custom document properties. Document doc = new Document (); CustomDocumentProper...properties . Add ( "Authorized Revision" , doc . BuiltInDocumentPrope...

    reference.aspose.com/words/net/aspose.words.pro...
  10. DocumentProperty.to_double method | Aspose.Word...

    DocumentProperty.to_double method. Returns the property value as double....of custom document properties. doc = aw . Document () properties...properties = doc . custom_document_properties auth_date = datetime...

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