StyleFlag
StyleFlag class
Represents flags which indicates applied formatting properties.
class StyleFlag;
Constructors
Name | Description |
---|---|
constructor() | Constructs an object with all flags as false. |
Properties
Property | 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. |
constructor()
Constructs an object with all flags as false.
constructor();
all
All properties will be applied.
all : boolean;
borders
All borders settings will be applied.
borders : boolean;
leftBorder
Left border settings will be applied.
leftBorder : boolean;
rightBorder
Right border settings will be applied.
rightBorder : boolean;
topBorder
Top border settings will be applied.
topBorder : boolean;
bottomBorder
Bottom border settings will be applied.
bottomBorder : boolean;
diagonalDownBorder
Diagonal down border settings will be applied.
diagonalDownBorder : boolean;
diagonalUpBorder
Diagonal up border settings will be applied.
diagonalUpBorder : boolean;
font
Font settings will be applied.
font : boolean;
fontSize
Font size setting will be applied.
fontSize : boolean;
fontName
Font name setting will be applied.
fontName : boolean;
fontColor
Font color setting will be applied.
fontColor : boolean;
fontBold
Font bold setting will be applied.
fontBold : boolean;
fontItalic
Font italic setting will be applied.
fontItalic : boolean;
fontUnderline
Font underline setting will be applied.
fontUnderline : boolean;
fontStrike
Font strikeout setting will be applied.
fontStrike : boolean;
fontScript
Font script setting will be applied.
fontScript : boolean;
numberFormat
Number format setting will be applied.
numberFormat : boolean;
alignments
Alignment setting will be applied.
alignments : boolean;
horizontalAlignment
Horizontal alignment setting will be applied.
horizontalAlignment : boolean;
verticalAlignment
Vertical alignment setting will be applied.
verticalAlignment : boolean;
indent
Indent level setting will be applied.
indent : boolean;
rotation
Rotation setting will be applied.
rotation : boolean;
wrapText
Wrap text setting will be applied.
wrapText : boolean;
shrinkToFit
Shrink to fit setting will be applied.
shrinkToFit : boolean;
textDirection
Text direction setting will be applied.
textDirection : boolean;
cellShading
Cell shading setting will be applied.
cellShading : boolean;
locked
Locked setting will be applied.
locked : boolean;
hideFormula
Hide formula setting will be applied.
hideFormula : boolean;
quotePrefix
Hide formula setting will be applied.
quotePrefix : boolean;