StyleFlag Class
Contents
[
Hide
]StyleFlag class
Represents flags which indicates applied formatting properties.
type StyleFlag struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|---|
| NewStyleFlag | Constructs an object with all flags as false. | 
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| GetAll | All properties will be applied. | 
| SetAll | All properties will be applied. | 
| GetBorders | All borders settings will be applied. | 
| SetBorders | All borders settings will be applied. | 
| GetLeftBorder | Left border settings will be applied. | 
| SetLeftBorder | Left border settings will be applied. | 
| GetRightBorder | Right border settings will be applied. | 
| SetRightBorder | Right border settings will be applied. | 
| GetTopBorder | Top border settings will be applied. | 
| SetTopBorder | Top border settings will be applied. | 
| GetBottomBorder | Bottom border settings will be applied. | 
| SetBottomBorder | Bottom border settings will be applied. | 
| GetDiagonalDownBorder | Diagonal down border settings will be applied. | 
| SetDiagonalDownBorder | Diagonal down border settings will be applied. | 
| GetDiagonalUpBorder | Diagonal up border settings will be applied. | 
| SetDiagonalUpBorder | Diagonal up border settings will be applied. | 
| GetFont | Font settings will be applied. | 
| SetFont | Font settings will be applied. | 
| GetFontSize | Font size setting will be applied. | 
| SetFontSize | Font size setting will be applied. | 
| GetFontName | Font name setting will be applied. | 
| SetFontName | Font name setting will be applied. | 
| GetFontColor | Font color setting will be applied. | 
| SetFontColor | Font color setting will be applied. | 
| GetFontBold | Font bold setting will be applied. | 
| SetFontBold | Font bold setting will be applied. | 
| GetFontItalic | Font italic setting will be applied. | 
| SetFontItalic | Font italic setting will be applied. | 
| GetFontUnderline | Font underline setting will be applied. | 
| SetFontUnderline | Font underline setting will be applied. | 
| GetFontStrike | Font strikeout setting will be applied. | 
| SetFontStrike | Font strikeout setting will be applied. | 
| GetFontScript | Font script setting will be applied. | 
| SetFontScript | Font script setting will be applied. | 
| Get_NumberFormat | Number format setting will be applied. | 
| SetNumberFormat | Number format setting will be applied. | 
| GetAlignments | Alignment setting will be applied. | 
| SetAlignments | Alignment setting will be applied. | 
| GetHorizontalAlignment | Horizontal alignment setting will be applied. | 
| SetHorizontalAlignment | Horizontal alignment setting will be applied. | 
| GetVerticalAlignment | Vertical alignment setting will be applied. | 
| SetVerticalAlignment | Vertical alignment setting will be applied. | 
| GetIndent | Indent level setting will be applied. | 
| SetIndent | Indent level setting will be applied. | 
| GetRotation | Rotation setting will be applied. | 
| SetRotation | Rotation setting will be applied. | 
| GetWrapText | Wrap text setting will be applied. | 
| SetWrapText | Wrap text setting will be applied. | 
| GetShrinkToFit | Shrink to fit setting will be applied. | 
| SetShrinkToFit | Shrink to fit setting will be applied. | 
| GetTextDirection | Text direction setting will be applied. | 
| SetTextDirection | Text direction setting will be applied. | 
| GetCellShading | Cell shading setting will be applied. | 
| SetCellShading | Cell shading setting will be applied. | 
| GetLocked | Locked setting will be applied. | 
| SetLocked | Locked setting will be applied. | 
| GetHideFormula | Hide formula setting will be applied. | 
| SetHideFormula | Hide formula setting will be applied. | 
| GetQuotePrefix | Hide formula setting will be applied. | 
| SetQuotePrefix | Hide formula setting will be applied. |