# CloudmersiveConvertApiClient.DocxRun

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**runIndex** | **Number** | Index of the run, 0-based | [optional] 
**path** | **String** | The Path of the location of this Run object; leave blank for creation | [optional] 
**textItems** | [**[DocxText]**](DocxText.md) | Text items inside the run; this is where the actual text content is stored | [optional] 
**bold** | **Boolean** | True to make the text bold, false otherwise | [optional] 
**italic** | **Boolean** | True to make the text italic, false otherwise | [optional] 
**underline** | **String** | Underline mode for the text; possible values are: Words, Double, Thick, Dotted, DottedHeavy, Dash, DashedHeavy, DashLong, DashLongHeavy, DotDash, DashDotHeavy, DotDotDash, DashDotDotHeavy, Wave, WavyHeavy, WavyDouble, None | [optional] 
**fontFamily** | **String** | Font Family name for the text, e.g. \&quot;Arial\&quot; or \&quot;Times New Roman\&quot; | [optional] 
**fontSize** | **String** | Font size in font points (e.g. \&quot;24\&quot;) | [optional] 


