Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.11 KB

GetDocxMetadataPropertiesResponse.md

File metadata and controls

18 lines (14 loc) · 1.11 KB

GetDocxMetadataPropertiesResponse

Properties

Name Type Description Notes
company str Name of the Company that authored the document, if available [optional]
manager str Name of the Manager that authored the document, if available [optional]
application_version str Application version that authored the document, if available [optional]
word_count int Word count of the document [optional]
line_count int Line count of the document [optional]
paragraph_count int Paragraph count of the document [optional]
page_count int Page count of the document [optional]
custom_properties list[DocxMetadataCustomProperty] Custom properties applied to the document [optional]
successful bool True if successful, false otherwise [optional]

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