CellFormat

Overview

CellFormat is a class in Aspose.Words FOSS for Python. Inherits from: BaseModel.

CellFormat.width specifies the absolute width of the table cell in points.

Properties: borders, bottom_padding, conditional_style, horizontal_merge, left_padding, orientation, and 8 more.

Properties

NameTypeAccessDescription
widthfloatReadGets the width.
preferred_widthstrReadGets the preferred width.
vertical_alignmentintReadGets the vertical alignment.
vertical_mergeintReadGets the vertical merge.
horizontal_mergeintReadGets the horizontal merge.
top_paddingfloatReadGets the top padding.
bottom_paddingfloatReadGets the bottom padding.
left_paddingfloatReadGets the left padding.
right_paddingfloatReadGets the right padding.
shadingShadingReadGets the shading.
borderslist[Border]ReadGets the borders.
orientationintReadGets the orientation.
wrap_textboolReadGets the wrap text.
conditional_stylestrReadGets the conditional style.

See Also