# CloudmersiveConvertApiClient.DocxParagraph

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**paragraphIndex** | **Number** | The index of the paragraph; 0-based | [optional] 
**path** | **String** | The Path of the location of this Paragraph object; leave blank during creation | [optional] 
**contentRuns** | [**[DocxRun]**](DocxRun.md) | The content runs in the paragraph - this is where text is stored; similar to a span in HTML | [optional] 
**styleID** | **String** | Style ID of the style applied to the paragraph; null if no style is applied | [optional] 


