Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 785 Bytes

File metadata and controls

13 lines (9 loc) · 785 Bytes

DocxParagraph

Properties

Name Type Description Notes
paragraph_index int The index of the paragraph; 0-based [optional]
path string The Path of the location of this Paragraph object; leave blank during creation [optional]
content_runs \Swagger\Client\Model\DocxRun[] The content runs in the paragraph - this is where text is stored; similar to a span in HTML [optional]
style_id string Style ID of the style applied to the paragraph; null if no style is applied [optional]

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