CustomDocumentProperties Add method. Creates a new custom document property of the String data type in C#....Creates a new custom document property of the String data type. public...of the property. value String The value of the property. Return...
DocumentProperty.to_date_time method. Returns the property value as DateTime in UTC....to_date_time() Returns the property value as DateTime in UTC....Throws an exception if the property type is not PropertyType.DATE_TIME...
DocumentProperty.to_int method. Returns the property value as integer....method to_int() Returns the property value as integer. def to_int...Throws an exception if the property type is not PropertyType.NUMBER...
DocumentProperty.to_double method. Returns the property value as double....method to_double() Returns the property value as double. def to_double...Throws an exception if the property type is not PropertyType.NUMBER...
DocumentPropertyCollection.clear method. Removes all Properties from the collection....method clear() Removes all properties from the collection. def...custom properties. doc = aw . Document () properties = doc ....
CustomXmlPropertyCollection.clear method. Removes all elements from the collection....how to work with smart tag properties to get in depth information...len ( smart_tags )) # The "properties" member of a smart tag contains...
CustomXmlPropertyCollection Clear method. Removes all elements from the collection in C#....how to work with smart tag properties to get in depth information...smartTags . Length ); // The "Properties" member of a smart tag contains...
BuiltInDocumentProperties NameOfApplication property. Gets or sets the name of the application in C#....NameOfApplication property Gets or sets the name of the...how to work with document properties in the “Origin” category...
BuiltInDocumentProperties TotalEditingTime property. Gets or sets the total editing time in minutes in C#....TotalEditingTime property Gets or sets the total editing...how to work with document properties in the “Origin” category...
BuiltInDocumentProperties ContentType property. Gets or sets the content type of the document in C#....ContentType property Gets or sets the content type...how to work with document properties in the “Content” category...