Effortlessly remove Properties by name from your DocumentPropertyCollection with our easy-to-use Remove method. Streamline your data management today!...Remove method Removes a property with the specified name from...the property. Examples Shows how to work with a document’s custom...
Make your Document read-only so that the content can be copied or read, but not modified using Python....Ask AI Open a Document Read-Only Contents [ Hide ] Sometimes...Sometimes, you may have a document that needs a review, but you do not...
DocumentPropertyCollection.contains method. Returns ``True`` if a property with the specified name exists in the collection....contains(name) Returns True if a property with the specified name exists...name of the property. Returns True if the property exists in the...
DocumentPropertyCollection.index_of method. Gets the index of a property by name....index_of(name) Gets the index of a property by name. def index_of ( self...case-insensitive name of the property. Returns The zero based index...
Aspose.Words.Properties.DocumentPropertyCollection class. Base class for [BuiltInDocumentProperties](../builtinDocumentProperties/) and [CustomDocumentProperties](../customDocumentProperties/) collections...the Work with DocumentPropertiesdocumentation article. Remarks...of the properties are case-insensitive. The properties in the...
aspose.words.Properties.BuiltInDocumentProperties class. A collection of built-in DocumentProperties...collection of built-in documentproperties. To learn more, visit...the Work with DocumentPropertiesdocumentation article. Remarks...
View, add, edit, remove or extract Visio files metadata with just few lines of Java code...built-in and custom Visio file properties using server side Java APIs...(built-in) properties such as title, author name, document statistics...
BuiltInDocumentProperties.author property. Gets or sets the name of the Document's author....author property BuiltInDocumentPrope.author property Gets or...or sets the name of the document’s author. get author () : string...
Discover the DocumentProperty ToBool method that efficiently converts property values to boolean for seamless data handling and enhanced coding efficiency....ToBool method Returns the property value as bool. public bool...Throws an exception if the property type is not Boolean. Examples...