All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.StyleModifyFlag.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





StyleModifyFlag




com.aspose.cells
Class StyleModifyFlag

java.lang.Object
    extended by com.aspose.cells.StyleModifyFlag

public class StyleModifyFlag 
extends java.lang.Object

Utility class containing constants. The style modified flags.


Field Summary
static final intLEFT_BORDER
           Indicates whether left border has been modified for the style.
static final intRIGHT_BORDER
           Indicates whether right border has been modified for the style.
static final intTOP_BORDER
           Indicates whether top border has been modified for the style.
static final intBOTTOM_BORDER
           Indicates whether bottom border has been modified for the style.
static final intDIAGONAL_DOWN_BORDER
           Indicates whether diagonal-down border has been modified for the style.
static final intDIAGONAL_UP_BORDER
           Indicates whether diagonal-up border has been modified for the style.
static final intDIAGONAL
           Indicates whether one or more diagonal borders(DIAGONAL_DOWN_BORDER, DIAGONAL_UP_BORDER) have been modified for the style.
static final intHORIZONTAL_BORDER
           Indicates whether horizontal border has been modified for the style. Only for dynamic style, such as conditional formatting.
static final intVERTICAL_BORDER
           Indicates whether vertical border has been modified for the style. Only for dynamic style, such as conditional formatting.
static final intBORDERS
           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.
static final intNUMBER_FORMAT
           Indicates whether numberformat has been modified.
static final intHORIZONTAL_ALIGNMENT
           Indicates whether horizontal alignment has been modified.
static final intVERTICAL_ALIGNMENT
           Indicates whether vertical alignment has been modified.
static final intINDENT
           Indicates whether indent property has been modified.
static final intROTATION
           Indicates whether rotation property has been modified.
static final intWRAP_TEXT
           Indicates whether wrap text property has been modified.
static final intSHRINK_TO_FIT
           Indicates whether shrink to fit property has been modified.
static final intTEXT_DIRECTION
           Indicates whether text direction property has been modified.
static final intRELATIVE_INDENT
           Indicates whether relative indent property has been modified for the style. Only for dynamic style, such as conditional formatting.
static final intALIGNMENT_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 final intPATTERN
           Indicates whether pattern of the shading has been modified.
static final intFOREGROUND_COLOR
           Indicates whether foreground color has been modified.
static final intBACKGROUND_COLOR
           Indicates whether background color has been modified.
static final intCELL_SHADING
           Indicates whether one or more shading-related properties(PATTERN, FOREGROUND_COLOR, BACKGROUND_COLOR) have been modified.
static final intLOCKED
           Indicates whether locked property has been modified.
static final intHIDE_FORMULA
           Indicates whether hide formula has been modified.
static final intPROTECTION_SETTINGS
           Indicates whether one or more protection-related properties(LOCKED, HIDE_FORMULA) have been modified.
static final intFONT_SIZE
           Indicates whether font size has been modified.
static final intFONT_NAME
           Indicates whether font name has been modified.
static final intFONT_COLOR
           Indicates whether font color has been modified.
static final intFONT_WEIGHT
           Indicates whether font weight has been modified.
static final intFONT_ITALIC
           Indicates whether italic property of font has been modified.
static final intFONT_UNDERLINE
           Indicates whether underline property of font has been modified.
static final intFONT_STRIKE
           Indicates whether strike property font has been modified.
static final intFONT_SCRIPT
           Indicates whether subscript or superscript property of font has been modified.
static final intFONT_FAMILY
           Indicates whether font family has been modified.
static final intFONT_CHARSET
           Indicates whether charset of the font has been modified.
static final intFONT_SCHEME
           unused.
static final intFONT_DIRTY
           unused.
static final intFONT_SPELLING_ERROR
           unused.
static final intFONT_U_FILL_TX
           unused.
static final intFONT_SPACING
           unused.
static final intFONT_KERNING
           unused.
static final intFONT_EQUALIZE
           unused.
static final intFONT_CAP
           unused.
static final intFONT
           Indicates whether one or more properties have been modified for the font of the style.
static final intALL
           Indicates whether one or more properties have been modified for the style.
 

Field Detail

LEFT_BORDER

public static final int LEFT_BORDER
Indicates whether left border has been modified for the style.

RIGHT_BORDER

public static final int RIGHT_BORDER
Indicates whether right border has been modified for the style.

TOP_BORDER

public static final int TOP_BORDER
Indicates whether top border has been modified for the style.

BOTTOM_BORDER

public static final int BOTTOM_BORDER
Indicates whether bottom border has 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.

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.

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.

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.

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.

NUMBER_FORMAT

public static final int NUMBER_FORMAT
Indicates whether numberformat has been modified.

HORIZONTAL_ALIGNMENT

public static final int HORIZONTAL_ALIGNMENT
Indicates whether horizontal alignment has been modified.

VERTICAL_ALIGNMENT

public static final int VERTICAL_ALIGNMENT
Indicates whether vertical alignment has been modified.

INDENT

public static final int INDENT
Indicates whether indent property has been modified.

ROTATION

public static final int ROTATION
Indicates whether rotation property has been modified.

WRAP_TEXT

public static final int WRAP_TEXT
Indicates whether wrap text 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.

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.

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.

PATTERN

public static final int PATTERN
Indicates whether pattern of the shading has been modified.

FOREGROUND_COLOR

public static final int FOREGROUND_COLOR
Indicates whether foreground color has been modified.

BACKGROUND_COLOR

public static final int BACKGROUND_COLOR
Indicates whether background color has been modified.

CELL_SHADING

public static final int CELL_SHADING
Indicates whether one or more shading-related properties(PATTERN, FOREGROUND_COLOR, BACKGROUND_COLOR) have been modified.

LOCKED

public static final int LOCKED
Indicates whether locked property has been modified.

HIDE_FORMULA

public static final int HIDE_FORMULA
Indicates whether hide formula 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.

FONT_SIZE

public static final int FONT_SIZE
Indicates whether font size has been modified.

FONT_NAME

public static final int FONT_NAME
Indicates whether font name has been modified.

FONT_COLOR

public static final int FONT_COLOR
Indicates whether font color has been modified.

FONT_WEIGHT

public static final int FONT_WEIGHT
Indicates whether font weight has been modified.

FONT_ITALIC

public static final int FONT_ITALIC
Indicates whether italic property of font has been modified.

FONT_UNDERLINE

public static final int FONT_UNDERLINE
Indicates whether underline property of font has been modified.

FONT_STRIKE

public static final int FONT_STRIKE
Indicates whether strike property font has been modified.

FONT_SCRIPT

public static final int FONT_SCRIPT
Indicates whether subscript or superscript property of font has been modified.

FONT_FAMILY

public static final int FONT_FAMILY
Indicates whether font family has been modified.

FONT_CHARSET

public static final int FONT_CHARSET
Indicates whether charset of the font has been modified.

FONT_SCHEME

public static final int FONT_SCHEME
unused.

FONT_DIRTY

public static final int FONT_DIRTY
unused.

FONT_SPELLING_ERROR

public static final int FONT_SPELLING_ERROR
unused.

FONT_U_FILL_TX

public static final int FONT_U_FILL_TX
unused.

FONT_SPACING

public static final int FONT_SPACING
unused.

FONT_KERNING

public static final int FONT_KERNING
unused.

FONT_EQUALIZE

public static final int FONT_EQUALIZE
unused.

FONT_CAP

public static final int FONT_CAP
unused.

FONT

public static final int FONT
Indicates whether one or more properties have been modified for the font of the style.

ALL

public static final int ALL
Indicates whether one or more properties have been modified for the style.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy