aspose.cells
Class StyleFlag

Represents flags which indicates applied formatting properties.

Constructor Summary
StyleFlag()
          
 
Property Getters/Setters Summary
functiongetAlignments()
functionsetAlignments(value)
           Alignment setting will be applied.
functiongetAll()
functionsetAll(value)
           All properties will be applied.
functiongetBorders()
functionsetBorders(value)
           All borders settings will be applied.
functiongetBottomBorder()
functionsetBottomBorder(value)
           Bottom border settings will be applied.
functiongetCellShading()
functionsetCellShading(value)
           Cell shading setting will be applied.
functiongetDiagonalDownBorder()
functionsetDiagonalDownBorder(value)
           Diagonal down border settings will be applied.
functiongetDiagonalUpBorder()
functionsetDiagonalUpBorder(value)
           Diagonal up border settings will be applied.
functiongetFont()
functionsetFont(value)
           Font settings will be applied.
functiongetFontBold()
functionsetFontBold(value)
           Font bold setting will be applied.
functiongetFontColor()
functionsetFontColor(value)
           Font color setting will be applied.
functiongetFontItalic()
functionsetFontItalic(value)
           Font italic setting will be applied.
functiongetFontName()
functionsetFontName(value)
           Font name setting will be applied.
functiongetFontScript()
functionsetFontScript(value)
           Font script setting will be applied.
functiongetFontSize()
functionsetFontSize(value)
           Font size setting will be applied.
functiongetFontStrike()
functionsetFontStrike(value)
           Font strikeout setting will be applied.
functiongetFontUnderline()
functionsetFontUnderline(value)
           Font underline setting will be applied.
functiongetHideFormula()
functionsetHideFormula(value)
           Hide formula setting will be applied.
functiongetHorizontalAlignment()
functionsetHorizontalAlignment(value)
           Horizontal alignment setting will be applied.
functiongetIndent()
functionsetIndent(value)
           Indent level setting will be applied.
functiongetLeftBorder()
functionsetLeftBorder(value)
           Left border settings will be applied.
functiongetLocked()
functionsetLocked(value)
           Locked setting will be applied.
functiongetNumberFormat()
functionsetNumberFormat(value)
           Number format setting will be applied.
functiongetQuotePrefix()
functionsetQuotePrefix(value)
           Hide formula setting will be applied.
functiongetRightBorder()
functionsetRightBorder(value)
           Right border settings will be applied.
functiongetRotation()
functionsetRotation(value)
           Rotation setting will be applied.
functiongetShrinkToFit()
functionsetShrinkToFit(value)
           Shrink to fit setting will be applied.
functiongetTextDirection()
functionsetTextDirection(value)
           Text direction setting will be applied.
functiongetTopBorder()
functionsetTopBorder(value)
           Top border settings will be applied.
functiongetVerticalAlignment()
functionsetVerticalAlignment(value)
           Vertical alignment setting will be applied.
functiongetWrapText()
functionsetWrapText(value)
           Wrap text setting will be applied.
 

Constructor Detail

StyleFlag

function StyleFlag()

Property Getters/Setters Detail

getAll/setAll : boolean 

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

getBorders/setBorders : boolean 

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

getLeftBorder/setLeftBorder : boolean 

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

getRightBorder/setRightBorder : boolean 

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

getTopBorder/setTopBorder : boolean 

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

getBottomBorder/setBottomBorder : boolean 

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

getDiagonalDownBorder/setDiagonalDownBorder : boolean 

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

getDiagonalUpBorder/setDiagonalUpBorder : boolean 

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

getFont/setFont : boolean 

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

getFontSize/setFontSize : boolean 

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

getFontName/setFontName : boolean 

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

getFontColor/setFontColor : boolean 

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

getFontBold/setFontBold : boolean 

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

getFontItalic/setFontItalic : boolean 

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

getFontUnderline/setFontUnderline : boolean 

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

getFontStrike/setFontStrike : boolean 

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

getFontScript/setFontScript : boolean 

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

getNumberFormat/setNumberFormat : boolean 

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

getAlignments/setAlignments : boolean 

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

getHorizontalAlignment/setHorizontalAlignment : boolean 

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

getVerticalAlignment/setVerticalAlignment : boolean 

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

getIndent/setIndent : boolean 

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

getRotation/setRotation : boolean 

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

getWrapText/setWrapText : boolean 

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

getShrinkToFit/setShrinkToFit : boolean 

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

getTextDirection/setTextDirection : boolean 

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

getCellShading/setCellShading : boolean 

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

getLocked/setLocked : boolean 

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

getHideFormula/setHideFormula : boolean 

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

getQuotePrefix/setQuotePrefix : boolean 

function getQuotePrefix() / function 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.