Aspose::Cells::IStyleFlag Class Referenceabstract

Represents flags which indicates applied formatting properties. More...

Inherits Object.

Public Member Functions

virtual bool GetAll ()=0
 All properties will be applied. More...
 
virtual void SetAll (bool value)=0
 All properties will be applied. More...
 
virtual bool GetBorders ()=0
 All borders settings will be applied. More...
 
virtual void SetBorders (bool value)=0
 All borders settings will be applied. More...
 
virtual bool GetLeftBorder ()=0
 Left border settings will be applied. More...
 
virtual void SetLeftBorder (bool value)=0
 Left border settings will be applied. More...
 
virtual bool GetRightBorder ()=0
 Right border settings will be applied. More...
 
virtual void SetRightBorder (bool value)=0
 Right border settings will be applied. More...
 
virtual bool GetTopBorder ()=0
 Top border settings will be applied. More...
 
virtual void SetTopBorder (bool value)=0
 Top border settings will be applied. More...
 
virtual bool GetBottomBorder ()=0
 Bottom border settings will be applied. More...
 
virtual void SetBottomBorder (bool value)=0
 Bottom border settings will be applied. More...
 
virtual bool GetDiagonalDownBorder ()=0
 Diagonal down border settings will be applied. More...
 
virtual void SetDiagonalDownBorder (bool value)=0
 Diagonal down border settings will be applied. More...
 
virtual bool GetDiagonalUpBorder ()=0
 Diagonal up border settings will be applied. More...
 
virtual void SetDiagonalUpBorder (bool value)=0
 Diagonal up border settings will be applied. More...
 
virtual bool GetFont ()=0
 Font settings will be applied. More...
 
virtual void SetFont (bool value)=0
 Font settings will be applied. More...
 
virtual bool GetFontSize ()=0
 Font size setting will be applied. More...
 
virtual void SetFontSize (bool value)=0
 Font size setting will be applied. More...
 
virtual bool GetFontName ()=0
 Font name setting will be applied. More...
 
virtual void SetFontName (bool value)=0
 Font name setting will be applied. More...
 
virtual bool GetFontColor ()=0
 Font color setting will be applied. More...
 
virtual void SetFontColor (bool value)=0
 Font color setting will be applied. More...
 
virtual bool GetFontBold ()=0
 Font bold setting will be applied. More...
 
virtual void SetFontBold (bool value)=0
 Font bold setting will be applied. More...
 
virtual bool GetFontItalic ()=0
 Font italic setting will be applied. More...
 
virtual void SetFontItalic (bool value)=0
 Font italic setting will be applied. More...
 
virtual bool GetFontUnderline ()=0
 Font underline setting will be applied. More...
 
virtual void SetFontUnderline (bool value)=0
 Font underline setting will be applied. More...
 
virtual bool GetFontStrike ()=0
 Font strikeout setting will be applied. More...
 
virtual void SetFontStrike (bool value)=0
 Font strikeout setting will be applied. More...
 
virtual bool GetFontScript ()=0
 Font script setting will be applied. More...
 
virtual void SetFontScript (bool value)=0
 Font script setting will be applied. More...
 
virtual bool Get_NumberFormat ()=0
 Number format setting will be applied. More...
 
virtual void SetNumberFormat (bool value)=0
 Number format setting will be applied. More...
 
virtual bool GetAlignments ()=0
 Alignment setting will be applied. More...
 
virtual void SetAlignments (bool value)=0
 Alignment setting will be applied. More...
 
virtual bool GetHorizontalAlignment ()=0
 Horizontal alignment setting will be applied. More...
 
virtual void SetHorizontalAlignment (bool value)=0
 Horizontal alignment setting will be applied. More...
 
virtual bool GetVerticalAlignment ()=0
 Vertical alignment setting will be applied. More...
 
virtual void SetVerticalAlignment (bool value)=0
 Vertical alignment setting will be applied. More...
 
virtual bool GetIndent ()=0
 Indent level setting will be applied. More...
 
virtual void SetIndent (bool value)=0
 Indent level setting will be applied. More...
 
virtual bool GetRotation ()=0
 Rotation setting will be applied. More...
 
virtual void SetRotation (bool value)=0
 Rotation setting will be applied. More...
 
virtual bool GetWrapText ()=0
 Wrap text setting will be applied. More...
 
virtual void SetWrapText (bool value)=0
 Wrap text setting will be applied. More...
 
virtual bool GetShrinkToFit ()=0
 Shrink to fit setting will be applied. More...
 
virtual void SetShrinkToFit (bool value)=0
 Shrink to fit setting will be applied. More...
 
virtual bool GetTextDirection ()=0
 Text direction setting will be applied. More...
 
virtual void SetTextDirection (bool value)=0
 Text direction setting will be applied. More...
 
virtual bool GetCellShading ()=0
 Cell shading setting will be applied. More...
 
virtual void SetCellShading (bool value)=0
 Cell shading setting will be applied. More...
 
virtual bool GetLocked ()=0
 Locked setting will be applied. More...
 
virtual void SetLocked (bool value)=0
 Locked setting will be applied. More...
 
virtual bool GetHideFormula ()=0
 Hide formula setting will be applied. More...
 
virtual void SetHideFormula (bool value)=0
 Hide formula setting will be applied. More...
 
virtual bool GetQuotePrefix ()=0
 Hide formula setting will be applied. More...
 
virtual void SetQuotePrefix (bool value)=0
 Hide formula setting will be applied. More...
 

Detailed Description

Represents flags which indicates applied formatting properties.

Member Function Documentation

◆ Get_NumberFormat()

virtual bool Aspose::Cells::IStyleFlag::Get_NumberFormat ( )
pure virtual

Number format setting will be applied.

◆ GetAlignments()

virtual bool Aspose::Cells::IStyleFlag::GetAlignments ( )
pure virtual

Alignment setting will be applied.

◆ GetAll()

virtual bool Aspose::Cells::IStyleFlag::GetAll ( )
pure virtual

All properties will be applied.

◆ GetBorders()

virtual bool Aspose::Cells::IStyleFlag::GetBorders ( )
pure virtual

All borders settings will be applied.

◆ GetBottomBorder()

virtual bool Aspose::Cells::IStyleFlag::GetBottomBorder ( )
pure virtual

Bottom border settings will be applied.

◆ GetCellShading()

virtual bool Aspose::Cells::IStyleFlag::GetCellShading ( )
pure virtual

Cell shading setting will be applied.

◆ GetDiagonalDownBorder()

virtual bool Aspose::Cells::IStyleFlag::GetDiagonalDownBorder ( )
pure virtual

Diagonal down border settings will be applied.

◆ GetDiagonalUpBorder()

virtual bool Aspose::Cells::IStyleFlag::GetDiagonalUpBorder ( )
pure virtual

Diagonal up border settings will be applied.

◆ GetFont()

virtual bool Aspose::Cells::IStyleFlag::GetFont ( )
pure virtual

Font settings will be applied.

◆ GetFontBold()

virtual bool Aspose::Cells::IStyleFlag::GetFontBold ( )
pure virtual

Font bold setting will be applied.

◆ GetFontColor()

virtual bool Aspose::Cells::IStyleFlag::GetFontColor ( )
pure virtual

Font color setting will be applied.

◆ GetFontItalic()

virtual bool Aspose::Cells::IStyleFlag::GetFontItalic ( )
pure virtual

Font italic setting will be applied.

◆ GetFontName()

virtual bool Aspose::Cells::IStyleFlag::GetFontName ( )
pure virtual

Font name setting will be applied.

◆ GetFontScript()

virtual bool Aspose::Cells::IStyleFlag::GetFontScript ( )
pure virtual

Font script setting will be applied.

◆ GetFontSize()

virtual bool Aspose::Cells::IStyleFlag::GetFontSize ( )
pure virtual

Font size setting will be applied.

◆ GetFontStrike()

virtual bool Aspose::Cells::IStyleFlag::GetFontStrike ( )
pure virtual

Font strikeout setting will be applied.

◆ GetFontUnderline()

virtual bool Aspose::Cells::IStyleFlag::GetFontUnderline ( )
pure virtual

Font underline setting will be applied.

◆ GetHideFormula()

virtual bool Aspose::Cells::IStyleFlag::GetHideFormula ( )
pure virtual

Hide formula setting will be applied.

◆ GetHorizontalAlignment()

virtual bool Aspose::Cells::IStyleFlag::GetHorizontalAlignment ( )
pure virtual

Horizontal alignment setting will be applied.

◆ GetIndent()

virtual bool Aspose::Cells::IStyleFlag::GetIndent ( )
pure virtual

Indent level setting will be applied.

◆ GetLeftBorder()

virtual bool Aspose::Cells::IStyleFlag::GetLeftBorder ( )
pure virtual

Left border settings will be applied.

◆ GetLocked()

virtual bool Aspose::Cells::IStyleFlag::GetLocked ( )
pure virtual

Locked setting will be applied.

◆ GetQuotePrefix()

virtual bool Aspose::Cells::IStyleFlag::GetQuotePrefix ( )
pure virtual

Hide formula setting will be applied.

◆ GetRightBorder()

virtual bool Aspose::Cells::IStyleFlag::GetRightBorder ( )
pure virtual

Right border settings will be applied.

◆ GetRotation()

virtual bool Aspose::Cells::IStyleFlag::GetRotation ( )
pure virtual

Rotation setting will be applied.

◆ GetShrinkToFit()

virtual bool Aspose::Cells::IStyleFlag::GetShrinkToFit ( )
pure virtual

Shrink to fit setting will be applied.

◆ GetTextDirection()

virtual bool Aspose::Cells::IStyleFlag::GetTextDirection ( )
pure virtual

Text direction setting will be applied.

◆ GetTopBorder()

virtual bool Aspose::Cells::IStyleFlag::GetTopBorder ( )
pure virtual

Top border settings will be applied.

◆ GetVerticalAlignment()

virtual bool Aspose::Cells::IStyleFlag::GetVerticalAlignment ( )
pure virtual

Vertical alignment setting will be applied.

◆ GetWrapText()

virtual bool Aspose::Cells::IStyleFlag::GetWrapText ( )
pure virtual

Wrap text setting will be applied.

◆ SetAlignments()

virtual void Aspose::Cells::IStyleFlag::SetAlignments ( bool  value)
pure virtual

Alignment setting will be applied.

◆ SetAll()

virtual void Aspose::Cells::IStyleFlag::SetAll ( bool  value)
pure virtual

All properties will be applied.

◆ SetBorders()

virtual void Aspose::Cells::IStyleFlag::SetBorders ( bool  value)
pure virtual

All borders settings will be applied.

◆ SetBottomBorder()

virtual void Aspose::Cells::IStyleFlag::SetBottomBorder ( bool  value)
pure virtual

Bottom border settings will be applied.

◆ SetCellShading()

virtual void Aspose::Cells::IStyleFlag::SetCellShading ( bool  value)
pure virtual

Cell shading setting will be applied.

◆ SetDiagonalDownBorder()

virtual void Aspose::Cells::IStyleFlag::SetDiagonalDownBorder ( bool  value)
pure virtual

Diagonal down border settings will be applied.

◆ SetDiagonalUpBorder()

virtual void Aspose::Cells::IStyleFlag::SetDiagonalUpBorder ( bool  value)
pure virtual

Diagonal up border settings will be applied.

◆ SetFont()

virtual void Aspose::Cells::IStyleFlag::SetFont ( bool  value)
pure virtual

Font settings will be applied.

◆ SetFontBold()

virtual void Aspose::Cells::IStyleFlag::SetFontBold ( bool  value)
pure virtual

Font bold setting will be applied.

◆ SetFontColor()

virtual void Aspose::Cells::IStyleFlag::SetFontColor ( bool  value)
pure virtual

Font color setting will be applied.

◆ SetFontItalic()

virtual void Aspose::Cells::IStyleFlag::SetFontItalic ( bool  value)
pure virtual

Font italic setting will be applied.

◆ SetFontName()

virtual void Aspose::Cells::IStyleFlag::SetFontName ( bool  value)
pure virtual

Font name setting will be applied.

◆ SetFontScript()

virtual void Aspose::Cells::IStyleFlag::SetFontScript ( bool  value)
pure virtual

Font script setting will be applied.

◆ SetFontSize()

virtual void Aspose::Cells::IStyleFlag::SetFontSize ( bool  value)
pure virtual

Font size setting will be applied.

◆ SetFontStrike()

virtual void Aspose::Cells::IStyleFlag::SetFontStrike ( bool  value)
pure virtual

Font strikeout setting will be applied.

◆ SetFontUnderline()

virtual void Aspose::Cells::IStyleFlag::SetFontUnderline ( bool  value)
pure virtual

Font underline setting will be applied.

◆ SetHideFormula()

virtual void Aspose::Cells::IStyleFlag::SetHideFormula ( bool  value)
pure virtual

Hide formula setting will be applied.

◆ SetHorizontalAlignment()

virtual void Aspose::Cells::IStyleFlag::SetHorizontalAlignment ( bool  value)
pure virtual

Horizontal alignment setting will be applied.

◆ SetIndent()

virtual void Aspose::Cells::IStyleFlag::SetIndent ( bool  value)
pure virtual

Indent level setting will be applied.

◆ SetLeftBorder()

virtual void Aspose::Cells::IStyleFlag::SetLeftBorder ( bool  value)
pure virtual

Left border settings will be applied.

◆ SetLocked()

virtual void Aspose::Cells::IStyleFlag::SetLocked ( bool  value)
pure virtual

Locked setting will be applied.

◆ SetNumberFormat()

virtual void Aspose::Cells::IStyleFlag::SetNumberFormat ( bool  value)
pure virtual

Number format setting will be applied.

◆ SetQuotePrefix()

virtual void Aspose::Cells::IStyleFlag::SetQuotePrefix ( bool  value)
pure virtual

Hide formula setting will be applied.

◆ SetRightBorder()

virtual void Aspose::Cells::IStyleFlag::SetRightBorder ( bool  value)
pure virtual

Right border settings will be applied.

◆ SetRotation()

virtual void Aspose::Cells::IStyleFlag::SetRotation ( bool  value)
pure virtual

Rotation setting will be applied.

◆ SetShrinkToFit()

virtual void Aspose::Cells::IStyleFlag::SetShrinkToFit ( bool  value)
pure virtual

Shrink to fit setting will be applied.

◆ SetTextDirection()

virtual void Aspose::Cells::IStyleFlag::SetTextDirection ( bool  value)
pure virtual

Text direction setting will be applied.

◆ SetTopBorder()

virtual void Aspose::Cells::IStyleFlag::SetTopBorder ( bool  value)
pure virtual

Top border settings will be applied.

◆ SetVerticalAlignment()

virtual void Aspose::Cells::IStyleFlag::SetVerticalAlignment ( bool  value)
pure virtual

Vertical alignment setting will be applied.

◆ SetWrapText()

virtual void Aspose::Cells::IStyleFlag::SetWrapText ( bool  value)
pure virtual

Wrap text setting will be applied.