StyleFlag class
StyleFlag class
Represents flags which indicates applied formatting properties.
The StyleFlag type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self) | Constructs an object with all flags as false. |
Properties
| Property | Description |
|---|---|
| all | All properties will be applied. |
| borders | All borders settings will be applied. |
| left_border | Left border settings will be applied. |
| right_border | Right border settings will be applied. |
| top_border | Top border settings will be applied. |
| bottom_border | Bottom border settings will be applied. |
| diagonal_down_border | Diagonal down border settings will be applied. |
| diagonal_up_border | Diagonal up border settings will be applied. |
| font | Font settings will be applied. |
| font_size | Font size setting will be applied. |
| font_name | Font name setting will be applied. |
| font_color | Font color setting will be applied. |
| font_bold | Font bold setting will be applied. |
| font_italic | Font italic setting will be applied. |
| font_underline | Font underline setting will be applied. |
| font_strike | Font strikeout setting will be applied. |
| font_script | Font script setting will be applied. |
| number_format | Number format setting will be applied. |
| alignments | Alignment setting will be applied. |
| horizontal_alignment | Horizontal alignment setting will be applied. |
| vertical_alignment | Vertical alignment setting will be applied. |
| indent | Indent level setting will be applied. |
| rotation | Rotation setting will be applied. |
| wrap_text | Wrap text setting will be applied. |
| shrink_to_fit | Shrink to fit setting will be applied. |
| text_direction | Text direction setting will be applied. |
| cell_shading | Cell shading setting will be applied. |
| locked | Locked setting will be applied. |
| hide_formula | Hide formula setting will be applied. |
| quote_prefix | Hide formula setting will be applied. |
See Also
- module
aspose.cells