Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 1,666 for

document revision

(0.05 sec)
  1. DocumentPropertyCollection.index_of method | As...

    DocumentPropertyCollection.index_of method. Gets the index of a property by name....with a document’s custom properties. doc = aw . Document () properties...properties = doc . custom_document_properties self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentPropertyCollection.contains method | As...

    DocumentPropertyCollection.contains method. Returns ``True`` if a property with the specified name exists in the collection....with a document’s custom properties. doc = aw . Document () properties...properties = doc . custom_document_properties self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PropertyType Enum | Aspose.Words for .NET

    Discover Aspose.Words.PropertyType enum to easily define Document property data types for enhanced Document management and customization....enumeration Specifies data type of a document property. public enum PropertyType...work with a document’s custom properties. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.pro...
  4. BuiltInDocumentProperties.RevisionNumber | Aspo...

    Manage your Document's RevisionNumber with BuiltInDocumentProperties. Easily track changes and enhance version control for better collaboration....property Gets or sets the document revision number. public int RevisionNumber...with REVNUM fields. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.pro...
  5. RevisionOptions.DeletedTextEffect | Aspose.Word...

    Discover the DeletedTextEffect property in RevisionOptions. Customize how deleted content appears with effects like StrikeThrough for enhanced clarity....appearance of revisions. Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); // Get the RevisionOptions object that controls...

    reference.aspose.com/words/net/aspose.words.lay...
  6. RevisionOptions.MovedFromTextColor | Aspose.Wor...

    Customize your RevisionOptions with the MovedFromTextColor property. Highlight moved content effortlessly, enhancing clarity and user experience....appearance of revisions. Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); // Get the RevisionOptions object that controls...

    reference.aspose.com/words/net/aspose.words.lay...
  7. DocumentProperty.ToDouble | Aspose.Words for .NET

    Convert DocumentProperty values to double effortlessly with the ToDouble method. Unlock precise data handling for your applications today!...custom document properties. Document doc = new Document (); CustomDocumentProper...properties . Add ( "Authorized Revision" , doc . BuiltInDocumentPrope...

    reference.aspose.com/words/net/aspose.words.pro...
  8. Paragraph.is_format_revision property | Aspose....

    Paragraph.is_format_Revision property. Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled....is_format_revision property Paragraph.is_format_revision property...enabled. @property def is_format_revision ( self ) -> bool : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentPropertyCollection.Remove | Aspose.Word...

    Effortlessly remove properties by name from your DocumentPropertyCollection with our easy-to-use Remove method. Streamline your data management today!...work with a document’s custom properties. Document doc = new Document...Document (); CustomDocumentProper properties = doc . CustomDocumentProper...

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

    Aspose::Words::Properties::DocumentPropertyCollection::Clear method. Removes all properties from 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...