Class CellStyleImpl

    • Field Detail

      • _wrapText

        protected boolean _wrapText
        Deprecated.
      • _dataFormat

        protected String _dataFormat
        Deprecated.
      • _directFormat

        protected boolean _directFormat
        Deprecated.
      • _locked

        protected boolean _locked
        Deprecated.
      • _hidden

        protected boolean _hidden
        Deprecated.
      • _rotation

        protected int _rotation
        Deprecated.
      • _indention

        protected int _indention
        Deprecated.
      • BLANK_STYLE

        public static final SCellStyle BLANK_STYLE
        Deprecated.
    • Method Detail

      • getFont

        public SFont getFont()
        Deprecated.
      • setFont

        public void setFont​(SFont font)
        Deprecated.
      • getFillColor

        public SColor getFillColor()
        Deprecated.
        Returns:
        fill foreground-color
      • setFillColor

        public void setFillColor​(SColor fillColor)
        Deprecated.
      • getFillPattern

        public SFill.FillPattern getFillPattern()
        Deprecated.
        Description copied from interface: SCellStyle
        Gets the fill/background pattern
        Returns:
        the fill pattern
      • setFillPattern

        public void setFillPattern​(SFill.FillPattern fillPattern)
        Deprecated.
      • getAlignment

        public SCellStyle.Alignment getAlignment()
        Deprecated.
        Description copied from interface: SCellStyle
        Gets the horizontal alignment
        Returns:
        the horizontal alignment
      • isWrapText

        public boolean isWrapText()
        Deprecated.
        Returns:
        true if wrap-text
      • setWrapText

        public void setWrapText​(boolean wrapText)
        Deprecated.
      • getBorderLeft

        public SBorder.BorderType getBorderLeft()
        Deprecated.
        Returns:
        left border
      • setBorderLeft

        public void setBorderLeft​(SBorder.BorderType borderLeft)
        Deprecated.
      • getBorderRight

        public SBorder.BorderType getBorderRight()
        Deprecated.
        Returns:
        right border
      • getBorderBottom

        public SBorder.BorderType getBorderBottom()
        Deprecated.
        Returns:
        bottom border
      • getBorderTopColor

        public SColor getBorderTopColor()
        Deprecated.
        Returns:
        top border color
      • setBorderTopColor

        public void setBorderTopColor​(SColor color)
        Deprecated.
      • getBorderLeftColor

        public SColor getBorderLeftColor()
        Deprecated.
        Returns:
        left border color
      • setBorderLeftColor

        public void setBorderLeftColor​(SColor color)
        Deprecated.
      • getBorderBottomColor

        public SColor getBorderBottomColor()
        Deprecated.
        Returns:
        bottom border color
      • setBorderBottomColor

        public void setBorderBottomColor​(SColor color)
        Deprecated.
      • getBorderRightColor

        public SColor getBorderRightColor()
        Deprecated.
        Returns:
        right border color
      • setBorderRightColor

        public void setBorderRightColor​(SColor color)
        Deprecated.
      • getDataFormat

        public String getDataFormat()
        Deprecated.
        Returns:
        data format
      • isDirectDataFormat

        public boolean isDirectDataFormat()
        Deprecated.
        Returns:
        true if the data format is direct data format, which mean it will not care Locale when formatting
      • setDataFormat

        public void setDataFormat​(String dataFormat)
        Deprecated.
      • setDirectDataFormat

        public void setDirectDataFormat​(String dataFormat)
        Deprecated.
      • isLocked

        public boolean isLocked()
        Deprecated.
        Returns:
        true if locked
      • setLocked

        public void setLocked​(boolean locked)
        Deprecated.
      • isHidden

        public boolean isHidden()
        Deprecated.
        Returns:
        true if hidden
      • setHidden

        public void setHidden​(boolean hidden)
        Deprecated.
      • copyFrom

        public void copyFrom​(SCellStyle src)
        Deprecated.
      • getBackColor

        public SColor getBackColor()
        Deprecated.
        Returns:
        fill background-color
      • setBackColor

        public void setBackColor​(SColor backColor)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object other)
        Deprecated.
        Overrides:
        equals in class Object
      • getRotation

        public int getRotation()
        Deprecated.
        Description copied from interface: SCellStyle
        get the degree of rotation for the text in the cell
        Returns:
        rotation degrees (between -90 and 90 degrees); 255 means "vertical text"
      • setRotation

        public void setRotation​(int rotation)
        Deprecated.
      • getIndention

        public int getIndention()
        Deprecated.
      • setIndention

        public void setIndention​(int indention)
        Deprecated.
      • getBorder

        public SBorder getBorder()
        Deprecated.
        Description copied from interface: SCellStyle
        Returns the border
        Returns:
      • getFill

        public SFill getFill()
        Deprecated.
        Description copied from interface: SCellStyle
        Returns the fill
        Returns:
      • setBorderVertical

        public void setBorderVertical​(SBorder.BorderType type)
        Deprecated.
      • setBorderHorizontal

        public void setBorderHorizontal​(SBorder.BorderType type)
        Deprecated.
      • setBorderDiagonal

        public void setBorderDiagonal​(SBorder.BorderType type)
        Deprecated.
      • setBorderVerticalColor

        public void setBorderVerticalColor​(SColor color)
        Deprecated.
      • setBorderHorizontalColor

        public void setBorderHorizontalColor​(SColor color)
        Deprecated.
      • setBorderDiagonalColor

        public void setBorderDiagonalColor​(SColor color)
        Deprecated.
      • getBorderVertical

        public SBorder.BorderType getBorderVertical()
        Deprecated.
        Returns:
        vertical border
      • getBorderHorizontal

        public SBorder.BorderType getBorderHorizontal()
        Deprecated.
        Returns:
        horizontal border
      • getBorderDiagonal

        public SBorder.BorderType getBorderDiagonal()
        Deprecated.
        Returns:
        diagonal border
      • getBorderVerticalColor

        public SColor getBorderVerticalColor()
        Deprecated.
        Returns:
        vertical border color
      • getBorderHorizontalColor

        public SColor getBorderHorizontalColor()
        Deprecated.
        Returns:
        horizontal border color
      • getBorderDiagonalColor

        public SColor getBorderDiagonalColor()
        Deprecated.
        Returns:
        diagonal border color
      • setBorder

        protected void setBorder​(SBorder border)
        Deprecated.
      • setFill

        protected void setFill​(SFill fill)
        Deprecated.
      • isShowDiagonalUpBorder

        public boolean isShowDiagonalUpBorder()
        Deprecated.
        Returns:
      • isShowDiagonalDownBorder

        public boolean isShowDiagonalDownBorder()
        Deprecated.
        Returns: