Name | Type | Description | Notes |
---|---|---|---|
run_index | int | Index of the run, 0-based | [optional] |
path | string | The Path of the location of this Run object; leave blank for creation | [optional] |
text_items | \Swagger\Client\Model\DocxText[] | Text items inside the run; this is where the actual text content is stored | [optional] |
bold | bool | True to make the text bold, false otherwise | [optional] |
italic | bool | 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] |
font_family | string | Font Family name for the text, e.g. "Arial" or "Times New Roman" | [optional] |
font_size | string | Font size in font points (e.g. "24") | [optional] |