StyleModifyFlag
Inheritance: java.lang.Object
public final class StyleModifyFlag
The style modified flags.
Fields
Field | Description |
---|---|
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. |
ALL | Indicates whether one or more properties have been modified for the style. |
BACKGROUND_COLOR | Indicates whether background color has been modified. |
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. |
BOTTOM_BORDER | Indicates whether bottom border has been modified for the style. |
CELL_SHADING | Indicates whether one or more shading-related properties(PATTERN, FOREGROUND_COLOR, BACKGROUND_COLOR) have been modified. |
DIAGONAL | Indicates whether one or more diagonal borders(DIAGONAL_DOWN_BORDER, DIAGONAL_UP_BORDER) have 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. |
FONT | Indicates whether one or more properties have been modified for the font of the style. |
FONT_CAP | unused. |
FONT_CHARSET | Indicates whether charset of the font has been modified. |
FONT_COLOR | Indicates whether font color has been modified. |
FONT_DIRTY | unused. |
FONT_EQUALIZE | unused. |
FONT_FAMILY | Indicates whether font family has been modified. |
FONT_ITALIC | Indicates whether italic property of font has been modified. |
FONT_KERNING | unused. |
FONT_NAME | Indicates whether font name has been modified. |
FONT_SCHEME | unused. |
FONT_SCRIPT | Indicates whether subscript or superscript property of font has been modified. |
FONT_SIZE | Indicates whether font size has been modified. |
FONT_SPACING | unused. |
FONT_SPELLING_ERROR | unused. |
FONT_STRIKE | Indicates whether strike property font has been modified. |
FONT_UNDERLINE | Indicates whether underline property of font has been modified. |
FONT_U_FILL_TX | unused. |
FONT_VERTICAL_TEXT | |
FONT_WEIGHT | Indicates whether font weight has been modified. |
FOREGROUND_COLOR | Indicates whether foreground color has been modified. |
HIDE_FORMULA | Indicates whether hide formula has been modified. |
HORIZONTAL_ALIGNMENT | Indicates whether horizontal alignment has been modified. |
HORIZONTAL_BORDER | Indicates whether horizontal border has been modified for the style. |
INDENT | Indicates whether indent property has been modified. |
LEFT_BORDER | Indicates whether left border has been modified for the style. |
LOCKED | Indicates whether locked property has been modified. |
NUMBER_FORMAT | Indicates whether numberformat has been modified. |
PATTERN | Indicates whether pattern of the shading has been modified. |
PROTECTION_SETTINGS | Indicates whether one or more protection-related properties(LOCKED, HIDE_FORMULA) have been modified. |
RELATIVE_INDENT | Indicates whether relative indent property has been modified for the style. |
RIGHT_BORDER | Indicates whether right border has been modified for the style. |
ROTATION | Indicates whether rotation 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. |
TOP_BORDER | Indicates whether top border has been modified for the style. |
VERTICAL_ALIGNMENT | Indicates whether vertical alignment has been modified. |
VERTICAL_BORDER | Indicates whether vertical border has been modified for the style. |
WRAP_TEXT | Indicates whether wrap text property has been modified. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ALIGNMENT_SETTINGS
public static final int 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.
ALL
public static final int ALL
Indicates whether one or more properties have been modified for the style.
BACKGROUND_COLOR
public static final int BACKGROUND_COLOR
Indicates whether background color has been modified.
BORDERS
public static final int 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.
BOTTOM_BORDER
public static final int BOTTOM_BORDER
Indicates whether bottom border has been modified for the style.
CELL_SHADING
public static final int CELL_SHADING
Indicates whether one or more shading-related properties(PATTERN, FOREGROUND_COLOR, BACKGROUND_COLOR) have been modified.
DIAGONAL
public static final int DIAGONAL
Indicates whether one or more diagonal borders(DIAGONAL_DOWN_BORDER, DIAGONAL_UP_BORDER) have been modified for the style.
DIAGONAL_DOWN_BORDER
public static final int DIAGONAL_DOWN_BORDER
Indicates whether diagonal-down border has been modified for the style.
DIAGONAL_UP_BORDER
public static final int DIAGONAL_UP_BORDER
Indicates whether diagonal-up border has been modified for the style.
FONT
public static final int FONT
Indicates whether one or more properties have been modified for the font of the style.
FONT_CAP
public static final int FONT_CAP
unused.
FONT_CHARSET
public static final int FONT_CHARSET
Indicates whether charset of the font has been modified.
FONT_COLOR
public static final int FONT_COLOR
Indicates whether font color has been modified.
FONT_DIRTY
public static final int FONT_DIRTY
unused.
FONT_EQUALIZE
public static final int FONT_EQUALIZE
unused.
FONT_FAMILY
public static final int FONT_FAMILY
Indicates whether font family has been modified.
FONT_ITALIC
public static final int FONT_ITALIC
Indicates whether italic property of font has been modified.
FONT_KERNING
public static final int FONT_KERNING
unused.
FONT_NAME
public static final int FONT_NAME
Indicates whether font name has been modified.
FONT_SCHEME
public static final int FONT_SCHEME
unused.
FONT_SCRIPT
public static final int FONT_SCRIPT
Indicates whether subscript or superscript property of font has been modified.
FONT_SIZE
public static final int FONT_SIZE
Indicates whether font size has been modified.
FONT_SPACING
public static final int FONT_SPACING
unused.
FONT_SPELLING_ERROR
public static final int FONT_SPELLING_ERROR
unused.
FONT_STRIKE
public static final int FONT_STRIKE
Indicates whether strike property font has been modified.
FONT_UNDERLINE
public static final int FONT_UNDERLINE
Indicates whether underline property of font has been modified.
FONT_U_FILL_TX
public static final int FONT_U_FILL_TX
unused.
FONT_VERTICAL_TEXT
public static final int FONT_VERTICAL_TEXT
FONT_WEIGHT
public static final int FONT_WEIGHT
Indicates whether font weight has been modified.
FOREGROUND_COLOR
public static final int FOREGROUND_COLOR
Indicates whether foreground color has been modified.
HIDE_FORMULA
public static final int HIDE_FORMULA
Indicates whether hide formula has been modified.
HORIZONTAL_ALIGNMENT
public static final int HORIZONTAL_ALIGNMENT
Indicates whether horizontal alignment has been modified.
HORIZONTAL_BORDER
public static final int HORIZONTAL_BORDER
Indicates whether horizontal border has been modified for the style. Only for dynamic style, such as conditional formatting.
INDENT
public static final int INDENT
Indicates whether indent property has been modified.
LEFT_BORDER
public static final int LEFT_BORDER
Indicates whether left border has been modified for the style.
LOCKED
public static final int LOCKED
Indicates whether locked property has been modified.
NUMBER_FORMAT
public static final int NUMBER_FORMAT
Indicates whether numberformat has been modified.
PATTERN
public static final int PATTERN
Indicates whether pattern of the shading has been modified.
PROTECTION_SETTINGS
public static final int PROTECTION_SETTINGS
Indicates whether one or more protection-related properties(LOCKED, HIDE_FORMULA) have been modified.
RELATIVE_INDENT
public static final int RELATIVE_INDENT
Indicates whether relative indent property has been modified for the style. Only for dynamic style, such as conditional formatting.
RIGHT_BORDER
public static final int RIGHT_BORDER
Indicates whether right border has been modified for the style.
ROTATION
public static final int ROTATION
Indicates whether rotation property has been modified.
SHRINK_TO_FIT
public static final int SHRINK_TO_FIT
Indicates whether shrink to fit property has been modified.
TEXT_DIRECTION
public static final int TEXT_DIRECTION
Indicates whether text direction property has been modified.
TOP_BORDER
public static final int TOP_BORDER
Indicates whether top border has been modified for the style.
VERTICAL_ALIGNMENT
public static final int VERTICAL_ALIGNMENT
Indicates whether vertical alignment has been modified.
VERTICAL_BORDER
public static final int VERTICAL_BORDER
Indicates whether vertical border has been modified for the style. Only for dynamic style, such as conditional formatting.
WRAP_TEXT
public static final int WRAP_TEXT
Indicates whether wrap text property has been modified.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |