Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1015 Bytes

DocxTableCell.md

File metadata and controls

17 lines (13 loc) · 1015 Bytes

DocxTableCell

Properties

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

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