Aspose::Cells::StyleModifyFlag enum

StyleModifyFlag enum

The style modified flags.

enum class StyleModifyFlag

Values

NameValueDescription
LeftBorder256
Indicates whether left border has been modified for the style.
RightBorder512
Indicates whether right border has been modified for the style.
TopBorder1024
Indicates whether top border has been modified for the style.
BottomBorder2048
Indicates whether bottom border has been modified for the style.
DiagonalDownBorder4096
Indicates whether diagonal-down border has been modified for the style.
DiagonalUpBorder8192
Indicates whether diagonal-up border has been modified for the style.
Diagonal12288
Indicates whether one or more diagonal borders(DiagonalDownBorder, DiagonalUpBorder) have been modified for the style.
HorizontalBorder32
Indicates whether horizontal border has been modified for the style. Only for dynamic style, such as conditional formatting.
VerticalBorder64
Indicates whether vertical border has been modified for the style. Only for dynamic style, such as conditional formatting.
Borders16224
Indicates whether one or more borders(LeftBorder, RightBorder, TopBorder, BottomBorder, Diagonal, HorizontalBorder, VerticalBorder) have been modified for the style.
NumberFormat16384
Indicates whether numberformat has been modified.
HorizontalAlignment32768
Indicates whether horizontal alignment has been modified.
VerticalAlignment65536
Indicates whether vertical alignment has been modified.
Indent131072
Indicates whether indent property has been modified.
Rotation262144
Indicates whether rotation property has been modified.
WrapText524288
Indicates whether wrap text property has been modified.
ShrinkToFit1048576
Indicates whether shrink to fit property has been modified.
TextDirection2097152
Indicates whether text direction property has been modified.
RelativeIndent128
Indicates whether relative indent property has been modified for the style. Only for dynamic style, such as conditional formatting.
AlignmentSettings4161664
Indicates whether one or more alignment-related properties(HorizontalAlignment, VerticalAlignment, Rotation, WrapText, WrapText, Indent, ShrinkToFit, TextDirection, RelativeIndent) have been modified.
Pattern4194304
Indicates whether pattern of the shading has been modified.
ForegroundColor8388608
Indicates whether foreground color has been modified.
BackgroundColor16777216
Indicates whether background color has been modified.
CellShading29360128
Indicates whether one or more shading-related properties(Pattern, ForegroundColor, BackgroundColor) have been modified.
Locked67108864
Indicates whether locked property has been modified.
HideFormula134217728
Indicates whether hide formula has been modified.
ProtectionSettings201326592
Indicates whether one or more protection-related properties(Locked, HideFormula) have been modified.
FontSize1
Indicates whether font size has been modified.
FontName2
Indicates whether font name has been modified.
FontColor3
Indicates whether font color has been modified.
FontWeight4
Indicates whether font weight has been modified.
FontItalic5
Indicates whether italic property of font has been modified.
FontUnderline6
Indicates whether underline property of font has been modified.
FontStrike7
Indicates whether strike property font has been modified.
FontScript8
Indicates whether subscript or superscript property of font has been modified.
FontFamily9
Indicates whether font family has been modified.
FontCharset10
Indicates whether charset of the font has been modified.
FontScheme11
unused.
FontDirty12
unused.
FontSpellingError13
unused.
FontUFillTx14
unused.
FontSpacing15
unused.
FontKerning16
unused.
FontEqualize17
unused.
FontCap18
unused.
FontVerticalText19
Font31
Indicates whether one or more properties have been modified for the font of the style.
All234881023
Indicates whether one or more properties have been modified for the style.

See Also