# CloudmersiveConvertApiClient.GetDocxMetadataPropertiesResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**company** | **String** | Name of the Company that authored the document, if available | [optional] 
**manager** | **String** | Name of the Manager that authored the document, if available | [optional] 
**applicationVersion** | **String** | Application version that authored the document, if available | [optional] 
**wordCount** | **Number** | Word count of the document | [optional] 
**lineCount** | **Number** | Line count of the document | [optional] 
**paragraphCount** | **Number** | Paragraph count of the document | [optional] 
**pageCount** | **Number** | Page count of the document | [optional] 
**customProperties** | [**[DocxMetadataCustomProperty]**](DocxMetadataCustomProperty.md) | Custom properties applied to the document | [optional] 
**successful** | **Boolean** | True if successful, false otherwise | [optional] 


