StyleFlag

StyleFlag class

Represents flags which indicates applied formatting properties.

Constructors

NameDescription
StyleFlagConstructs an object with all flags as false.

Properties

NameTypeDescription
AllbooleanAll properties will be applied.
BordersbooleanAll borders settings will be applied.
LeftBorderbooleanLeft border settings will be applied.
RightBorderbooleanRight border settings will be applied.
TopBorderbooleanTop border settings will be applied.
BottomBorderbooleanBottom border settings will be applied.
DiagonalDownBorderbooleanDiagonal down border settings will be applied.
DiagonalUpBorderbooleanDiagonal up border settings will be applied.
FontbooleanFont settings will be applied.
FontSizebooleanFont size setting will be applied.
FontNamebooleanFont name setting will be applied.
FontColorbooleanFont color setting will be applied.
FontBoldbooleanFont bold setting will be applied.
FontItalicbooleanFont italic setting will be applied.
FontUnderlinebooleanFont underline setting will be applied.
FontStrikebooleanFont strikeout setting will be applied.
FontScriptbooleanFont script setting will be applied.
NumberFormatbooleanNumber format setting will be applied.
AlignmentsbooleanAlignment setting will be applied.
HorizontalAlignmentbooleanHorizontal alignment setting will be applied.
VerticalAlignmentbooleanVertical alignment setting will be applied.
IndentbooleanIndent level setting will be applied.
RotationbooleanRotation setting will be applied.
WrapTextbooleanWrap text setting will be applied.
ShrinkToFitbooleanShrink to fit setting will be applied.
TextDirectionbooleanText direction setting will be applied.
CellShadingbooleanCell shading setting will be applied.
LockedbooleanLocked setting will be applied.
HideFormulabooleanHide formula setting will be applied.
QuotePrefixbooleanHide 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