StyleFlag
StyleFlag class
Represents flags which indicates applied formatting properties.
Constructors
| Name | Description |
|---|---|
| StyleFlag | Constructs an object with all flags as false. |
Properties
| Name | Type | Description |
|---|---|---|
| All | boolean | All properties will be applied. |
| Borders | boolean | All borders settings will be applied. |
| LeftBorder | boolean | Left border settings will be applied. |
| RightBorder | boolean | Right border settings will be applied. |
| TopBorder | boolean | Top border settings will be applied. |
| BottomBorder | boolean | Bottom border settings will be applied. |
| DiagonalDownBorder | boolean | Diagonal down border settings will be applied. |
| DiagonalUpBorder | boolean | Diagonal up border settings will be applied. |
| Font | boolean | Font settings will be applied. |
| FontSize | boolean | Font size setting will be applied. |
| FontName | boolean | Font name setting will be applied. |
| FontColor | boolean | Font color setting will be applied. |
| FontBold | boolean | Font bold setting will be applied. |
| FontItalic | boolean | Font italic setting will be applied. |
| FontUnderline | boolean | Font underline setting will be applied. |
| FontStrike | boolean | Font strikeout setting will be applied. |
| FontScript | boolean | Font script setting will be applied. |
| NumberFormat | boolean | Number format setting will be applied. |
| Alignments | boolean | Alignment setting will be applied. |
| HorizontalAlignment | boolean | Horizontal alignment setting will be applied. |
| VerticalAlignment | boolean | Vertical alignment setting will be applied. |
| Indent | boolean | Indent level setting will be applied. |
| Rotation | boolean | Rotation setting will be applied. |
| WrapText | boolean | Wrap text setting will be applied. |
| ShrinkToFit | boolean | Shrink to fit setting will be applied. |
| TextDirection | boolean | Text direction setting will be applied. |
| CellShading | boolean | Cell shading setting will be applied. |
| Locked | boolean | Locked setting will be applied. |
| HideFormula | boolean | Hide formula setting will be applied. |
| QuotePrefix | boolean | Hide formula setting will be applied. |
StyleFlag()
Constructs an object with all flags as false.
StyleFlag.All property
All properties will be applied.
Type: boolean
StyleFlag.Borders property
All borders settings will be applied.
Type: boolean
StyleFlag.LeftBorder property
Left border settings will be applied.
Type: boolean
StyleFlag.RightBorder property
Right border settings will be applied.
Type: boolean
StyleFlag.TopBorder property
Top border settings will be applied.
Type: boolean
StyleFlag.BottomBorder property
Bottom border settings will be applied.
Type: boolean
StyleFlag.DiagonalDownBorder property
Diagonal down border settings will be applied.
Type: boolean
StyleFlag.DiagonalUpBorder property
Diagonal up border settings will be applied.
Type: boolean
StyleFlag.Font property
Font settings will be applied.
Type: boolean
StyleFlag.FontSize property
Font size setting will be applied.
Type: boolean
StyleFlag.FontName property
Font name setting will be applied.
Type: boolean
StyleFlag.FontColor property
Font color setting will be applied.
Type: boolean
StyleFlag.FontBold property
Font bold setting will be applied.
Type: boolean
StyleFlag.FontItalic property
Font italic setting will be applied.
Type: boolean
StyleFlag.FontUnderline property
Font underline setting will be applied.
Type: boolean
StyleFlag.FontStrike property
Font strikeout setting will be applied.
Type: boolean
StyleFlag.FontScript property
Font script setting will be applied.
Type: boolean
StyleFlag.NumberFormat property
Number format setting will be applied.
Type: boolean
StyleFlag.Alignments property
Alignment setting will be applied.
Type: boolean
StyleFlag.HorizontalAlignment property
Horizontal alignment setting will be applied.
Type: boolean
StyleFlag.VerticalAlignment property
Vertical alignment setting will be applied.
Type: boolean
StyleFlag.Indent property
Indent level setting will be applied.
Type: boolean
StyleFlag.Rotation property
Rotation setting will be applied.
Type: boolean
StyleFlag.WrapText property
Wrap text setting will be applied.
Type: boolean
StyleFlag.ShrinkToFit property
Shrink to fit setting will be applied.
Type: boolean
StyleFlag.TextDirection property
Text direction setting will be applied.
Type: boolean
StyleFlag.CellShading property
Cell shading setting will be applied.
Type: boolean
StyleFlag.Locked property
Locked setting will be applied.
Type: boolean
StyleFlag.HideFormula property
Hide formula setting will be applied.
Type: boolean
StyleFlag.QuotePrefix property
Hide formula setting will be applied.
Type: boolean