StyleModifyFlag
Contents
[
Hide
]StyleModifyFlag enumeration
Utility class containing constants. The style modified flags.
Values
| Name | Description |
|---|---|
| LEFT_BORDER | Indicates whether left border has been modified for the style. |
| RIGHT_BORDER | Indicates whether right border has been modified for the style. |
| TOP_BORDER | Indicates whether top border has been modified for the style. |
| BOTTOM_BORDER | Indicates whether bottom border has been modified for the style. |
| DIAGONAL_DOWN_BORDER | Indicates whether diagonal-down border has been modified for the style. |
| DIAGONAL_UP_BORDER | Indicates whether diagonal-up border has been modified for the style. |
| HORIZONTAL_BORDER | Indicates whether horizontal border has been modified for the style. Only for dynamic style, such as conditional formatting. |
| VERTICAL_BORDER | Indicates whether vertical border has been modified for the style. Only for dynamic style, such as conditional formatting. |
| SIDE_BORDERS | |
| DIAGONAL | Indicates whether one or more diagonal borders( DIAGONAL_DOWN_BORDER , DIAGONAL_UP_BORDER ) have been modified for the style. |
| DYNAMIC_STYLE_BORDERS | |
| BORDERS | Indicates whether one or more borders( LEFT_BORDER , RIGHT_BORDER , TOP_BORDER , BOTTOM_BORDER , DIAGONAL , HORIZONTAL_BORDER , VERTICAL_BORDER ) have been modified for the style. |
| NUMBER_FORMAT | Indicates whether numberformat has been modified. |
| HORIZONTAL_ALIGNMENT | Indicates whether horizontal alignment has been modified. |
| VERTICAL_ALIGNMENT | Indicates whether vertical alignment has been modified. |
| INDENT | Indicates whether indent property has been modified. |
| ROTATION | Indicates whether rotation property has been modified. |
| WRAP_TEXT | Indicates whether wrap text property has been modified. |
| SHRINK_TO_FIT | Indicates whether shrink to fit property has been modified. |
| TEXT_DIRECTION | Indicates whether text direction property has been modified. |
| RELATIVE_INDENT | Indicates whether relative indent property has been modified for the style. Only for dynamic style, such as conditional formatting. |
| ALIGNMENT_SETTINGS | Indicates whether one or more alignment-related properties( HORIZONTAL_ALIGNMENT , VERTICAL_ALIGNMENT , ROTATION , WRAP_TEXT , WRAP_TEXT , INDENT , SHRINK_TO_FIT , TEXT_DIRECTION , RELATIVE_INDENT ) have been modified. |
| PATTERN | Indicates whether pattern of the shading has been modified. |
| FOREGROUND_COLOR | Indicates whether foreground color has been modified. |
| BACKGROUND_COLOR | Indicates whether background color has been modified. |
| CELL_SHADING | Indicates whether one or more shading-related properties( PATTERN , FOREGROUND_COLOR , BACKGROUND_COLOR ) have been modified. |
| LOCKED | Indicates whether locked property has been modified. |
| HIDE_FORMULA | Indicates whether hide formula has been modified. |
| PROTECTION_SETTINGS | Indicates whether one or more protection-related properties( LOCKED , HIDE_FORMULA ) have been modified. |
| FONT_SIZE | Indicates whether font size has been modified. |
| FONT_NAME | Indicates whether font name has been modified. |
| FONT_COLOR | Indicates whether font color has been modified. |
| FONT_WEIGHT | Indicates whether font weight has been modified. |
| FONT_ITALIC | Indicates whether italic property of font has been modified. |
| FONT_UNDERLINE | Indicates whether underline property of font has been modified. |
| FONT_STRIKE | Indicates whether strike property font has been modified. |
| FONT_SCRIPT | Indicates whether subscript or superscript property of font has been modified. |
| FONT_FAMILY | Indicates whether font family has been modified. |
| FONT_CHARSET | Indicates whether charset of the font has been modified. |
| FONT_SCHEME | unused. |
| FONT_DIRTY | unused. |
| FONT_SPELLING_ERROR | unused. |
| FONT_U_FILL_TX | unused. |
| FONT_SPACING | unused. |
| FONT_KERNING | unused. |
| FONT_EQUALIZE | unused. |
| FONT_CAP | unused. |
| FONT_VERTICAL_TEXT | |
| FONT | Indicates whether one or more properties have been modified for the font of the style. |
| ALL | Indicates whether one or more properties have been modified for the style. |
| NONE |