StyleFlag class

StyleFlag class

Represents flags which indicates applied formatting properties.

The StyleFlag type exposes the following members:

Constructors

ConstructorDescription
initConstructs an object with all flags as false.

Properties

PropertyDescription
allAll properties will be applied.
bordersAll borders settings will be applied.
left_borderLeft border settings will be applied.
right_borderRight border settings will be applied.
top_borderTop border settings will be applied.
bottom_borderBottom border settings will be applied.
diagonal_down_borderDiagonal down border settings will be applied.
diagonal_up_borderDiagonal up border settings will be applied.
fontFont settings will be applied.
font_sizeFont size setting will be applied.
font_nameFont name setting will be applied.
font_colorFont color setting will be applied.
font_boldFont bold setting will be applied.
font_italicFont italic setting will be applied.
font_underlineFont underline setting will be applied.
font_strikeFont strikeout setting will be applied.
font_scriptFont script setting will be applied.
number_formatNumber format setting will be applied.
alignmentsAlignment setting will be applied.
horizontal_alignmentHorizontal alignment setting will be applied.
vertical_alignmentVertical alignment setting will be applied.
indentIndent level setting will be applied.
rotationRotation setting will be applied.
wrap_textWrap text setting will be applied.
shrink_to_fitShrink to fit setting will be applied.
text_directionText direction setting will be applied.
cell_shadingCell shading setting will be applied.
lockedLocked setting will be applied.
hide_formulaHide formula setting will be applied.
quote_prefixHide formula setting will be applied.

See Also