asposecells.api

Class StyleModifyFlag

Utility class containing constants. The style modified flags.

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

    • Field Detail

      • LEFT_BORDER

        const int LEFT_BORDER
        Indicates whether left border has been modified for the style.
      • RIGHT_BORDER

        const int RIGHT_BORDER
        Indicates whether right border has been modified for the style.
      • TOP_BORDER

        const int TOP_BORDER
        Indicates whether top border has been modified for the style.
      • BOTTOM_BORDER

        const int BOTTOM_BORDER
        Indicates whether bottom border has been modified for the style.
      • DIAGONAL_DOWN_BORDER

        const int DIAGONAL_DOWN_BORDER
        Indicates whether diagonal-down border has been modified for the style.
      • DIAGONAL_UP_BORDER

        const int DIAGONAL_UP_BORDER
        Indicates whether diagonal-up border has been modified for the style.
      • HORIZONTAL_BORDER

        const int HORIZONTAL_BORDER
        Indicates whether horizontal border has been modified for the style. Only for dynamic style, such as conditional formatting.
      • VERTICAL_BORDER

        const int VERTICAL_BORDER
        Indicates whether vertical border has been modified for the style. Only for dynamic style, such as conditional formatting.
      • NUMBER_FORMAT

        const int NUMBER_FORMAT
        Indicates whether numberformat has been modified.
      • HORIZONTAL_ALIGNMENT

        const int HORIZONTAL_ALIGNMENT
        Indicates whether horizontal alignment has been modified.
      • VERTICAL_ALIGNMENT

        const int VERTICAL_ALIGNMENT
        Indicates whether vertical alignment has been modified.
      • INDENT

        const int INDENT
        Indicates whether indent property has been modified.
      • ROTATION

        const int ROTATION
        Indicates whether rotation property has been modified.
      • WRAP_TEXT

        const int WRAP_TEXT
        Indicates whether wrap text property has been modified.
      • SHRINK_TO_FIT

        const int SHRINK_TO_FIT
        Indicates whether shrink to fit property has been modified.
      • TEXT_DIRECTION

        const int TEXT_DIRECTION
        Indicates whether text direction property has been modified.
      • RELATIVE_INDENT

        const int RELATIVE_INDENT
        Indicates whether relative indent property has been modified for the style. Only for dynamic style, such as conditional formatting.
      • PATTERN

        const int PATTERN
        Indicates whether pattern of the shading has been modified.
      • FOREGROUND_COLOR

        const int FOREGROUND_COLOR
        Indicates whether foreground color has been modified.
      • BACKGROUND_COLOR

        const int BACKGROUND_COLOR
        Indicates whether background color has been modified.
      • LOCKED

        const int LOCKED
        Indicates whether locked property has been modified.
      • HIDE_FORMULA

        const int HIDE_FORMULA
        Indicates whether hide formula has been modified.
      • PROTECTION_SETTINGS

        const int PROTECTION_SETTINGS
        Indicates whether one or more protection-related properties(LOCKED, HIDE_FORMULA) have been modified.
      • FONT_SIZE

        const int FONT_SIZE
        Indicates whether font size has been modified.
      • FONT_NAME

        const int FONT_NAME
        Indicates whether font name has been modified.
      • FONT_COLOR

        const int FONT_COLOR
        Indicates whether font color has been modified.
      • FONT_WEIGHT

        const int FONT_WEIGHT
        Indicates whether font weight has been modified.
      • FONT_ITALIC

        const int FONT_ITALIC
        Indicates whether italic property of font has been modified.
      • FONT_UNDERLINE

        const int FONT_UNDERLINE
        Indicates whether underline property of font has been modified.
      • FONT_STRIKE

        const int FONT_STRIKE
        Indicates whether strike property font has been modified.
      • FONT_SCRIPT

        const int FONT_SCRIPT
        Indicates whether subscript or superscript property of font has been modified.
      • FONT_FAMILY

        const int FONT_FAMILY
        Indicates whether font family has been modified.
      • FONT_CHARSET

        const int FONT_CHARSET
        Indicates whether charset of the font has been modified.
      • FONT_SCHEME

        const int FONT_SCHEME
        unused.
      • FONT_DIRTY

        const int FONT_DIRTY
        unused.
      • FONT_SPELLING_ERROR

        const int FONT_SPELLING_ERROR
        unused.
      • FONT_U_FILL_TX

        const int FONT_U_FILL_TX
        unused.
      • FONT_SPACING

        const int FONT_SPACING
        unused.
      • FONT_KERNING

        const int FONT_KERNING
        unused.
      • FONT_EQUALIZE

        const int FONT_EQUALIZE
        unused.
      • FONT_CAP

        const int FONT_CAP
        unused.
      • FONT_VERTICAL_TEXT

        const int FONT_VERTICAL_TEXT
      • FONT

        const int FONT
        Indicates whether one or more properties have been modified for the font of the style.
      • ALL

        const int ALL
        Indicates whether one or more properties have been modified for the style.