Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.07 KB

DocxMetadataCustomProperty.md

File metadata and controls

15 lines (11 loc) · 1.07 KB

DocxMetadataCustomProperty

Properties

Name Type Description Notes
property_name str Name of the property [optional]
property_data_type str Data type of the property; possible values are "string", "integer", "double" or "date" [optional]
string_value str If the property is of a string data type, then provides the string value if available [optional]
integer_value int If the property is of a integer data type, then provides the integer value if available [optional]
double_value float If the property is of a double floating point data type, then provides the double value if available [optional]
date_value datetime If the property is of a date time data type, then provides the date time value if available [optional]

[Back to Model list] [Back to API list] [Back to README]