public final class StyleModifyFlag
extends java.lang.Object
Remarks
Combinations of multiple properties are defined for user's convenience. When checking whether they are modified for one style, the returned value denotes whether one or more properties in the combination have been modified.| Modifier and Type | Field and Description |
|---|---|
static 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. |
static int |
ALL
All properties that can be modified for the style.
|
static int |
BACKGROUND_COLOR
Indicates whether background color has been modified.
|
static int |
BORDERS
Indicates whether one or more borders(
BorderType.LEFT_BORDER,
BorderType.RIGHT_BORDER, BorderType.TOP_BORDER, BorderType.BOTTOM_BORDER,
DIAGONAL, HORIZONTAL_BORDER, VERTICAL_BORDER)
have been modified for the style. |
static int |
BOTTOM_BORDER
Indicates whether bottom border has been modified for the style.
|
static int |
CELL_SHADING
Indicates whether one or more shading-related properties(
PATTERN,
FOREGROUND_COLOR, BACKGROUND_COLOR) have been modified. |
static int |
DIAGONAL
Indicates diagonal borders:
DIAGONAL_DOWN_BORDER and DIAGONAL_UP_BORDER. |
static int |
DIAGONAL_DOWN_BORDER
Indicates whether diagonal-down border has been modified for the style.
|
static int |
DIAGONAL_UP_BORDER
Indicates whether diagonal-up border has been modified for the style.
|
static int |
DYNAMIC_STYLE_BORDERS
Indicates borders of dynamic style:
HORIZONTAL_BORDER and VERTICAL_BORDER. |
static int |
FONT
Indicates whether one or more properties have been modified for the font of the style.
|
static int |
FONT_CAP
unused.
|
static int |
FONT_CHARSET
Indicates whether charset of the font has been modified.
|
static int |
FONT_COLOR
Indicates whether font color has been modified.
|
static int |
FONT_DIRTY
unused.
|
static int |
FONT_EQUALIZE
unused.
|
static int |
FONT_FAMILY
Indicates whether font family has been modified.
|
static int |
FONT_ITALIC
Indicates whether italic property of font has been modified.
|
static int |
FONT_KERNING
unused.
|
static int |
FONT_NAME
Indicates whether font name has been modified.
|
static int |
FONT_SCHEME
unused.
|
static int |
FONT_SCRIPT
Indicates whether subscript or superscript property of font has been modified.
|
static int |
FONT_SIZE
Indicates whether font size has been modified.
|
static int |
FONT_SPACING
unused.
|
static int |
FONT_SPELLING_ERROR
unused.
|
static int |
FONT_STRIKE
Indicates whether strike property font has been modified.
|
static int |
FONT_U_FILL_TX
unused.
|
static int |
FONT_UNDERLINE
Indicates whether underline property of font has been modified.
|
static int |
FONT_VERTICAL_TEXT |
static int |
FONT_WEIGHT
Indicates whether font weight has been modified.
|
static int |
FOREGROUND_COLOR
Indicates whether foreground color has been modified.
|
static int |
HIDE_FORMULA
Indicates whether hide formula has been modified.
|
static int |
HORIZONTAL_ALIGNMENT
Indicates whether horizontal alignment has been modified.
|
static int |
HORIZONTAL_BORDER
Indicates whether horizontal border has been modified for the style.
|
static int |
INDENT
Indicates whether indent property has been modified.
|
static int |
LEFT_BORDER
Indicates whether left border has been modified for the style.
|
static int |
LOCKED
Indicates whether locked property has been modified.
|
static int |
NONE
No property has been specified.
|
static int |
NUMBER_FORMAT
Indicates whether numberformat has been modified.
|
static int |
PATTERN
Indicates whether pattern of the shading has been modified.
|
static int |
PROTECTION_SETTINGS
Indicates whether one or more protection-related properties(
LOCKED,
HIDE_FORMULA) have been modified. |
static int |
RELATIVE_INDENT
Indicates whether relative indent property has been modified for the style.
|
static int |
RIGHT_BORDER
Indicates whether right border has been modified for the style.
|
static int |
ROTATION
Indicates whether rotation property has been modified.
|
static int |
SHRINK_TO_FIT
Indicates whether shrink to fit property has been modified.
|
static int |
SIDE_BORDERS
Indicates the four side borders:
BorderType.LEFT_BORDER,
BorderType.RIGHT_BORDER, BorderType.TOP_BORDER and BorderType.BOTTOM_BORDER. |
static int |
TEXT_DIRECTION
Indicates whether text direction property has been modified.
|
static int |
TOP_BORDER
Indicates whether top border has been modified for the style.
|
static int |
VERTICAL_ALIGNMENT
Indicates whether vertical alignment has been modified.
|
static int |
VERTICAL_BORDER
Indicates whether vertical border has been modified for the style.
|
static int |
WRAP_TEXT
Indicates whether wrap text property has been modified.
|
public static final int LEFT_BORDER
public static final int RIGHT_BORDER
public static final int TOP_BORDER
public static final int BOTTOM_BORDER
public static final int DIAGONAL_DOWN_BORDER
public static final int DIAGONAL_UP_BORDER
public static final int HORIZONTAL_BORDER
public static final int VERTICAL_BORDER
public static final int SIDE_BORDERS
BorderType.LEFT_BORDER,
BorderType.RIGHT_BORDER, BorderType.TOP_BORDER and BorderType.BOTTOM_BORDER.public static final int DIAGONAL
DIAGONAL_DOWN_BORDER and DIAGONAL_UP_BORDER.public static final int DYNAMIC_STYLE_BORDERS
HORIZONTAL_BORDER and VERTICAL_BORDER.public static final int BORDERS
BorderType.LEFT_BORDER,
BorderType.RIGHT_BORDER, BorderType.TOP_BORDER, BorderType.BOTTOM_BORDER,
DIAGONAL, HORIZONTAL_BORDER, VERTICAL_BORDER)
have been modified for the style.public static final int NUMBER_FORMAT
public static final int HORIZONTAL_ALIGNMENT
public static final int VERTICAL_ALIGNMENT
public static final int INDENT
public static final int ROTATION
public static final int WRAP_TEXT
public static final int SHRINK_TO_FIT
public static final int TEXT_DIRECTION
public static final int RELATIVE_INDENT
public static final int ALIGNMENT_SETTINGS
HORIZONTAL_ALIGNMENT,
VERTICAL_ALIGNMENT, ROTATION, WRAP_TEXT,
WRAP_TEXT, INDENT, SHRINK_TO_FIT, TEXT_DIRECTION,
RELATIVE_INDENT) have been modified.public static final int PATTERN
public static final int FOREGROUND_COLOR
public static final int BACKGROUND_COLOR
public static final int CELL_SHADING
PATTERN,
FOREGROUND_COLOR, BACKGROUND_COLOR) have been modified.public static final int LOCKED
public static final int HIDE_FORMULA
public static final int PROTECTION_SETTINGS
LOCKED,
HIDE_FORMULA) have been modified.public static final int FONT_SIZE
public static final int FONT_NAME
public static final int FONT_COLOR
public static final int FONT_WEIGHT
public static final int FONT_ITALIC
public static final int FONT_UNDERLINE
public static final int FONT_STRIKE
public static final int FONT_SCRIPT
public static final int FONT_FAMILY
public static final int FONT_CHARSET
public static final int FONT_SCHEME
public static final int FONT_DIRTY
public static final int FONT_SPELLING_ERROR
public static final int FONT_U_FILL_TX
public static final int FONT_SPACING
public static final int FONT_KERNING
public static final int FONT_EQUALIZE
public static final int FONT_CAP
public static final int FONT_VERTICAL_TEXT
public static final int FONT
public static final int ALL
public static final int NONE
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.