Class StyleFlag
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents flags which indicates applied formatting properties.
public class StyleFlag
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
StyleFlag()
Constructs an object with all flags as false.
public StyleFlag()
Properties
Alignments
Alignment setting will be applied.
public bool Alignments { get; set; }
Property Value
All
All properties will be applied.
public bool All { get; set; }
Property Value
Borders
All borders settings will be applied.
public bool Borders { get; set; }
Property Value
BottomBorder
Bottom border settings will be applied.
public bool BottomBorder { get; set; }
Property Value
CellShading
Cell shading setting will be applied.
public bool CellShading { get; set; }
Property Value
DiagonalDownBorder
Diagonal down border settings will be applied.
public bool DiagonalDownBorder { get; set; }
Property Value
DiagonalUpBorder
Diagonal up border settings will be applied.
public bool DiagonalUpBorder { get; set; }
Property Value
Font
Font settings will be applied.
public bool Font { get; set; }
Property Value
FontBold
Font bold setting will be applied.
public bool FontBold { get; set; }
Property Value
FontColor
Font color setting will be applied.
public bool FontColor { get; set; }
Property Value
FontItalic
Font italic setting will be applied.
public bool FontItalic { get; set; }
Property Value
FontName
Font name setting will be applied.
public bool FontName { get; set; }
Property Value
FontScript
Font script setting will be applied.
public bool FontScript { get; set; }
Property Value
FontSize
Font size setting will be applied.
public bool FontSize { get; set; }
Property Value
FontStrike
Font strikeout setting will be applied.
public bool FontStrike { get; set; }
Property Value
FontUnderline
Font underline setting will be applied.
public bool FontUnderline { get; set; }
Property Value
HideFormula
Hide formula setting will be applied.
public bool HideFormula { get; set; }
Property Value
HorizontalAlignment
Horizontal alignment setting will be applied.
public bool HorizontalAlignment { get; set; }
Property Value
Indent
Indent level setting will be applied.
public bool Indent { get; set; }
Property Value
LeftBorder
Left border settings will be applied.
public bool LeftBorder { get; set; }
Property Value
Locked
Locked setting will be applied.
public bool Locked { get; set; }
Property Value
NumberFormat
Number format setting will be applied.
public bool NumberFormat { get; set; }
Property Value
QuotePrefix
Hide formula setting will be applied.
public bool QuotePrefix { get; set; }
Property Value
RightBorder
Right border settings will be applied.
public bool RightBorder { get; set; }
Property Value
Rotation
Rotation setting will be applied.
public bool Rotation { get; set; }
Property Value
ShrinkToFit
Shrink to fit setting will be applied.
public bool ShrinkToFit { get; set; }
Property Value
TextDirection
Text direction setting will be applied.
public bool TextDirection { get; set; }
Property Value
TopBorder
Top border settings will be applied.
public bool TopBorder { get; set; }
Property Value
VerticalAlignment
Vertical alignment setting will be applied.
public bool VerticalAlignment { get; set; }
Property Value
WrapText
Wrap text setting will be applied.
public bool WrapText { get; set; }