Aspose::Cells::StyleFlag class
Contents
[
Hide
]StyleFlag class
Represents flags which indicates applied formatting properties.
class StyleFlag
Methods
Method | Description |
---|---|
Get_NumberFormat() | Number format setting will be applied. |
GetAlignments() | Alignment setting will be applied. |
GetAll() | All properties will be applied. |
GetBorders() | All borders settings will be applied. |
GetBottomBorder() | Bottom border settings will be applied. |
GetCellShading() | Cell shading setting will be applied. |
GetDiagonalDownBorder() | Diagonal down border settings will be applied. |
GetDiagonalUpBorder() | Diagonal up border settings will be applied. |
GetFont() | Font settings will be applied. |
GetFontBold() | Font bold setting will be applied. |
GetFontColor() | Font color setting will be applied. |
GetFontItalic() | Font italic setting will be applied. |
GetFontName() | Font name setting will be applied. |
GetFontScript() | Font script setting will be applied. |
GetFontSize() | Font size setting will be applied. |
GetFontStrike() | Font strikeout setting will be applied. |
GetFontUnderline() | Font underline setting will be applied. |
GetHideFormula() | Hide formula setting will be applied. |
GetHorizontalAlignment() | Horizontal alignment setting will be applied. |
GetIndent() | Indent level setting will be applied. |
GetLeftBorder() | Left border settings will be applied. |
GetLocked() | Locked setting will be applied. |
GetQuotePrefix() | Hide formula setting will be applied. |
GetRightBorder() | Right border settings will be applied. |
GetRotation() | Rotation setting will be applied. |
GetShrinkToFit() | Shrink to fit setting will be applied. |
GetTextDirection() | Text direction setting will be applied. |
GetTopBorder() | Top border settings will be applied. |
GetVerticalAlignment() | Vertical alignment setting will be applied. |
GetWrapText() | Wrap text setting will be applied. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const StyleFlag& src) | operator= |
SetAlignments(bool value) | Alignment setting will be applied. |
SetAll(bool value) | All properties will be applied. |
SetBorders(bool value) | All borders settings will be applied. |
SetBottomBorder(bool value) | Bottom border settings will be applied. |
SetCellShading(bool value) | Cell shading setting will be applied. |
SetDiagonalDownBorder(bool value) | Diagonal down border settings will be applied. |
SetDiagonalUpBorder(bool value) | Diagonal up border settings will be applied. |
SetFont(bool value) | Font settings will be applied. |
SetFontBold(bool value) | Font bold setting will be applied. |
SetFontColor(bool value) | Font color setting will be applied. |
SetFontItalic(bool value) | Font italic setting will be applied. |
SetFontName(bool value) | Font name setting will be applied. |
SetFontScript(bool value) | Font script setting will be applied. |
SetFontSize(bool value) | Font size setting will be applied. |
SetFontStrike(bool value) | Font strikeout setting will be applied. |
SetFontUnderline(bool value) | Font underline setting will be applied. |
SetHideFormula(bool value) | Hide formula setting will be applied. |
SetHorizontalAlignment(bool value) | Horizontal alignment setting will be applied. |
SetIndent(bool value) | Indent level setting will be applied. |
SetLeftBorder(bool value) | Left border settings will be applied. |
SetLocked(bool value) | Locked setting will be applied. |
SetNumberFormat(bool value) | Number format setting will be applied. |
SetQuotePrefix(bool value) | Hide formula setting will be applied. |
SetRightBorder(bool value) | Right border settings will be applied. |
SetRotation(bool value) | Rotation setting will be applied. |
SetShrinkToFit(bool value) | Shrink to fit setting will be applied. |
SetTextDirection(bool value) | Text direction setting will be applied. |
SetTopBorder(bool value) | Top border settings will be applied. |
SetVerticalAlignment(bool value) | Vertical alignment setting will be applied. |
SetWrapText(bool value) | Wrap text setting will be applied. |
StyleFlag() | Constructs an object with all flags as false. |
StyleFlag(StyleFlag_Impl* impl) | Constructs from an implementation object. |
StyleFlag(const StyleFlag& src) | Copy constructor. |
~StyleFlag() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++