asposecells.api
Class StyleFlag

Represents flags which indicates applied formatting properties.

Constructor Summary
StyleFlag()
          
 
Property Getters/Setters Summary
methodgetAlignments()
methodsetAlignments(value)
           Alignment setting will be applied.
methodgetAll()
methodsetAll(value)
           All properties will be applied.
methodgetBorders()
methodsetBorders(value)
           All borders settings will be applied.
methodgetBottomBorder()
methodsetBottomBorder(value)
           Bottom border settings will be applied.
methodgetCellShading()
methodsetCellShading(value)
           Cell shading setting will be applied.
methodgetDiagonalDownBorder()
methodsetDiagonalDownBorder(value)
           Diagonal down border settings will be applied.
methodgetDiagonalUpBorder()
methodsetDiagonalUpBorder(value)
           Diagonal up border settings will be applied.
methodgetFont()
methodsetFont(value)
           Font settings will be applied.
methodgetFontBold()
methodsetFontBold(value)
           Font bold setting will be applied.
methodgetFontColor()
methodsetFontColor(value)
           Font color setting will be applied.
methodgetFontItalic()
methodsetFontItalic(value)
           Font italic setting will be applied.
methodgetFontName()
methodsetFontName(value)
           Font name setting will be applied.
methodgetFontScript()
methodsetFontScript(value)
           Font script setting will be applied.
methodgetFontSize()
methodsetFontSize(value)
           Font size setting will be applied.
methodgetFontStrike()
methodsetFontStrike(value)
           Font strikeout setting will be applied.
methodgetFontUnderline()
methodsetFontUnderline(value)
           Font underline setting will be applied.
methodgetHideFormula()
methodsetHideFormula(value)
           Hide formula setting will be applied.
methodgetHorizontalAlignment()
methodsetHorizontalAlignment(value)
           Horizontal alignment setting will be applied.
methodgetIndent()
methodsetIndent(value)
           Indent level setting will be applied.
methodgetLeftBorder()
methodsetLeftBorder(value)
           Left border settings will be applied.
methodgetLocked()
methodsetLocked(value)
           Locked setting will be applied.
methodgetNumberFormat()
methodsetNumberFormat(value)
           Number format setting will be applied.
methodgetQuotePrefix()
methodsetQuotePrefix(value)
           Hide formula setting will be applied.
methodgetRightBorder()
methodsetRightBorder(value)
           Right border settings will be applied.
methodgetRotation()
methodsetRotation(value)
           Rotation setting will be applied.
methodgetShrinkToFit()
methodsetShrinkToFit(value)
           Shrink to fit setting will be applied.
methodgetTextDirection()
methodsetTextDirection(value)
           Text direction setting will be applied.
methodgetTopBorder()
methodsetTopBorder(value)
           Top border settings will be applied.
methodgetVerticalAlignment()
methodsetVerticalAlignment(value)
           Vertical alignment setting will be applied.
methodgetWrapText()
methodsetWrapText(value)
           Wrap text setting will be applied.
 

Constructor Detail

StyleFlag

StyleFlag()

Property Getters/Setters Detail

getAll/setAll : boolean 

boolean getAll() / setAll(value)
All properties will be applied.

getBorders/setBorders : boolean 

boolean getBorders() / setBorders(value)
All borders settings will be applied.

getLeftBorder/setLeftBorder : boolean 

boolean getLeftBorder() / setLeftBorder(value)
Left border settings will be applied.

getRightBorder/setRightBorder : boolean 

boolean getRightBorder() / setRightBorder(value)
Right border settings will be applied.

getTopBorder/setTopBorder : boolean 

boolean getTopBorder() / setTopBorder(value)
Top border settings will be applied.

getBottomBorder/setBottomBorder : boolean 

boolean getBottomBorder() / setBottomBorder(value)
Bottom border settings will be applied.

getDiagonalDownBorder/setDiagonalDownBorder : boolean 

boolean getDiagonalDownBorder() / setDiagonalDownBorder(value)
Diagonal down border settings will be applied.

getDiagonalUpBorder/setDiagonalUpBorder : boolean 

boolean getDiagonalUpBorder() / setDiagonalUpBorder(value)
Diagonal up border settings will be applied.

getFont/setFont : boolean 

boolean getFont() / setFont(value)
Font settings will be applied.

getFontSize/setFontSize : boolean 

boolean getFontSize() / setFontSize(value)
Font size setting will be applied.

getFontName/setFontName : boolean 

boolean getFontName() / setFontName(value)
Font name setting will be applied.

getFontColor/setFontColor : boolean 

boolean getFontColor() / setFontColor(value)
Font color setting will be applied.

getFontBold/setFontBold : boolean 

boolean getFontBold() / setFontBold(value)
Font bold setting will be applied.

getFontItalic/setFontItalic : boolean 

boolean getFontItalic() / setFontItalic(value)
Font italic setting will be applied.

getFontUnderline/setFontUnderline : boolean 

boolean getFontUnderline() / setFontUnderline(value)
Font underline setting will be applied.

getFontStrike/setFontStrike : boolean 

boolean getFontStrike() / setFontStrike(value)
Font strikeout setting will be applied.

getFontScript/setFontScript : boolean 

boolean getFontScript() / setFontScript(value)
Font script setting will be applied.

getNumberFormat/setNumberFormat : boolean 

boolean getNumberFormat() / setNumberFormat(value)
Number format setting will be applied.

getAlignments/setAlignments : boolean 

boolean getAlignments() / setAlignments(value)
Alignment setting will be applied.

getHorizontalAlignment/setHorizontalAlignment : boolean 

boolean getHorizontalAlignment() / setHorizontalAlignment(value)
Horizontal alignment setting will be applied.

getVerticalAlignment/setVerticalAlignment : boolean 

boolean getVerticalAlignment() / setVerticalAlignment(value)
Vertical alignment setting will be applied.

getIndent/setIndent : boolean 

boolean getIndent() / setIndent(value)
Indent level setting will be applied.

getRotation/setRotation : boolean 

boolean getRotation() / setRotation(value)
Rotation setting will be applied.

getWrapText/setWrapText : boolean 

boolean getWrapText() / setWrapText(value)
Wrap text setting will be applied.

getShrinkToFit/setShrinkToFit : boolean 

boolean getShrinkToFit() / setShrinkToFit(value)
Shrink to fit setting will be applied.

getTextDirection/setTextDirection : boolean 

boolean getTextDirection() / setTextDirection(value)
Text direction setting will be applied.

getCellShading/setCellShading : boolean 

boolean getCellShading() / setCellShading(value)
Cell shading setting will be applied.

getLocked/setLocked : boolean 

boolean getLocked() / setLocked(value)
Locked setting will be applied.

getHideFormula/setHideFormula : boolean 

boolean getHideFormula() / setHideFormula(value)
Hide formula setting will be applied.

getQuotePrefix/setQuotePrefix : boolean 

boolean getQuotePrefix() / setQuotePrefix(value)
Hide formula setting will be applied.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.