aspose.cells

Class StyleFlag

Represents flags which indicates applied formatting properties.

Constructor Summary
StyleFlag()
Constructs an object with all flags as false.
 
Property Getters/Setters Summary
functiongetAlignments()
function
           Alignment setting will be applied.
functiongetAll()
function
setAll(value)
           All properties will be applied.
functiongetBorders()
function
setBorders(value)
           All borders settings will be applied.
functiongetBottomBorder()
function
           Bottom border settings will be applied.
functiongetCellShading()
function
           Cell shading setting will be applied.
functiongetDiagonalDownBorder()
function
           Diagonal down border settings will be applied.
functiongetDiagonalUpBorder()
function
           Diagonal up border settings will be applied.
functiongetFont()
function
setFont(value)
           Font settings will be applied.
functiongetFontBold()
function
           Font bold setting will be applied.
functiongetFontColor()
function
           Font color setting will be applied.
functiongetFontItalic()
function
           Font italic setting will be applied.
functiongetFontName()
function
           Font name setting will be applied.
functiongetFontScript()
function
           Font script setting will be applied.
functiongetFontSize()
function
           Font size setting will be applied.
functiongetFontStrike()
function
           Font strikeout setting will be applied.
functiongetFontUnderline()
function
           Font underline setting will be applied.
functiongetHideFormula()
function
           Hide formula setting will be applied.
functiongetHorizontalAlignment()
function
           Horizontal alignment setting will be applied.
functiongetIndent()
function
setIndent(value)
           Indent level setting will be applied.
functiongetLeftBorder()
function
           Left border settings will be applied.
functiongetLocked()
function
setLocked(value)
           Locked setting will be applied.
functiongetNumberFormat()
function
           Number format setting will be applied.
functiongetQuotePrefix()
function
           Hide formula setting will be applied.
functiongetRightBorder()
function
           Right border settings will be applied.
functiongetRotation()
function
           Rotation setting will be applied.
functiongetShrinkToFit()
function
           Shrink to fit setting will be applied.
functiongetTextDirection()
function
           Text direction setting will be applied.
functiongetTopBorder()
function
           Top border settings will be applied.
functiongetVerticalAlignment()
function
           Vertical alignment setting will be applied.
functiongetWrapText()
function
           Wrap text setting will be applied.
 

    • Constructor Detail

      • StyleFlag

        function StyleFlag()
        Constructs an object with all flags as false.
    • 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.