Class StyleFlag

Class StyleFlag

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents flags which indicates applied formatting properties.

public class StyleFlag

Inheritance

objectStyleFlag

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

bool

All

All properties will be applied.

public bool All { get; set; }

Property Value

bool

Borders

All borders settings will be applied.

public bool Borders { get; set; }

Property Value

bool

BottomBorder

Bottom border settings will be applied.

public bool BottomBorder { get; set; }

Property Value

bool

CellShading

Cell shading setting will be applied.

public bool CellShading { get; set; }

Property Value

bool

DiagonalDownBorder

Diagonal down border settings will be applied.

public bool DiagonalDownBorder { get; set; }

Property Value

bool

DiagonalUpBorder

Diagonal up border settings will be applied.

public bool DiagonalUpBorder { get; set; }

Property Value

bool

Font

Font settings will be applied.

public bool Font { get; set; }

Property Value

bool

FontBold

Font bold setting will be applied.

public bool FontBold { get; set; }

Property Value

bool

FontColor

Font color setting will be applied.

public bool FontColor { get; set; }

Property Value

bool

FontItalic

Font italic setting will be applied.

public bool FontItalic { get; set; }

Property Value

bool

FontName

Font name setting will be applied.

public bool FontName { get; set; }

Property Value

bool

FontScript

Font script setting will be applied.

public bool FontScript { get; set; }

Property Value

bool

FontSize

Font size setting will be applied.

public bool FontSize { get; set; }

Property Value

bool

FontStrike

Font strikeout setting will be applied.

public bool FontStrike { get; set; }

Property Value

bool

FontUnderline

Font underline setting will be applied.

public bool FontUnderline { get; set; }

Property Value

bool

HideFormula

Hide formula setting will be applied.

public bool HideFormula { get; set; }

Property Value

bool

HorizontalAlignment

Horizontal alignment setting will be applied.

public bool HorizontalAlignment { get; set; }

Property Value

bool

Indent

Indent level setting will be applied.

public bool Indent { get; set; }

Property Value

bool

LeftBorder

Left border settings will be applied.

public bool LeftBorder { get; set; }

Property Value

bool

Locked

Locked setting will be applied.

public bool Locked { get; set; }

Property Value

bool

NumberFormat

Number format setting will be applied.

public bool NumberFormat { get; set; }

Property Value

bool

QuotePrefix

Hide formula setting will be applied.

public bool QuotePrefix { get; set; }

Property Value

bool

RightBorder

Right border settings will be applied.

public bool RightBorder { get; set; }

Property Value

bool

Rotation

Rotation setting will be applied.

public bool Rotation { get; set; }

Property Value

bool

ShrinkToFit

Shrink to fit setting will be applied.

public bool ShrinkToFit { get; set; }

Property Value

bool

TextDirection

Text direction setting will be applied.

public bool TextDirection { get; set; }

Property Value

bool

TopBorder

Top border settings will be applied.

public bool TopBorder { get; set; }

Property Value

bool

VerticalAlignment

Vertical alignment setting will be applied.

public bool VerticalAlignment { get; set; }

Property Value

bool

WrapText

Wrap text setting will be applied.

public bool WrapText { get; set; }

Property Value

bool