Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.03 KB

File metadata and controls

17 lines (13 loc) · 1.03 KB

DocxTableCell

Properties

Name Type Description Notes
cell_index int The index of the cell, 0-based [optional]
path string The Path of the location of this object; leave blank for new tables [optional]
paragraphs \Swagger\Client\Model\DocxParagraph[] Paragraphs inside the cell; this is where the contents of the cell are stored [optional]
cell_shading_color string Color of the cell shading [optional]
cell_shading_fill string Fill of the cell shading [optional]
cell_shading_pattern string Pattern of the cell shading [optional]
cell_width_mode string Width mode of the cell; can be auto (for automatic) or manual [optional]
cell_width string Width of the cell [optional]

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