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
| Name | Type | Access | Description |
|---|---|---|---|
width | float | Read | Gets the width. |
preferred_width | str | Read | Gets the preferred width. |
vertical_alignment | int | Read | Gets the vertical alignment. |
vertical_merge | int | Read | Gets the vertical merge. |
horizontal_merge | int | Read | Gets the horizontal merge. |
top_padding | float | Read | Gets the top padding. |
bottom_padding | float | Read | Gets the bottom padding. |
left_padding | float | Read | Gets the left padding. |
right_padding | float | Read | Gets the right padding. |
shading | Shading | Read | Gets the shading. |
borders | list[Border] | Read | Gets the borders. |
orientation | int | Read | Gets the orientation. |
wrap_text | bool | Read | Gets the wrap text. |
conditional_style | str | Read | Gets the conditional style. |