Class StiCellStyle

java.lang.Object
com.stimulsoft.report.export.tools.StiCellStyle
All Implemented Interfaces:
Cloneable

public class StiCellStyle extends Object implements Cloneable
Sti cell style Copyright Stimulsoft
  • Field Details

    • lineSpacing

      public float lineSpacing
  • Constructor Details

  • Method Details

    • clone

      public StiCellStyle clone()
      Overrides:
      clone in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getStyleName

      public String getStyleName()
      Returns:
      Style name
    • isAllowHtmlTags

      public boolean isAllowHtmlTags()
      Returns:
      the allowHtmlTags
    • setAllowHtmlTags

      public void setAllowHtmlTags(boolean allowHtmlTags)
      Parameters:
      allowHtmlTags - the allowHtmlTags to set
    • getBorder

      public StiBorderSide getBorder()
      Returns:
      the border
    • setBorder

      public void setBorder(StiBorderSide border)
      Parameters:
      border - the border to set
    • getBorderL

      public StiBorderSide getBorderL()
      Returns:
      the borderL
    • setBorderL

      public void setBorderL(StiBorderSide borderL)
      Parameters:
      borderL - the borderL to set
    • getBorderR

      public StiBorderSide getBorderR()
      Returns:
      the borderR
    • setBorderR

      public void setBorderR(StiBorderSide borderR)
      Parameters:
      borderR - the borderR to set
    • getBorderB

      public StiBorderSide getBorderB()
      Returns:
      the borderB
    • setBorderB

      public void setBorderB(StiBorderSide borderB)
      Parameters:
      borderB - the borderB to set
    • isAbsolutePosition

      public boolean isAbsolutePosition()
      Returns:
      the absolutePosition
    • setAbsolutePosition

      public void setAbsolutePosition(boolean absolutePosition)
      Parameters:
      absolutePosition - the absolutePosition to set
    • getColor

      public StiColor getColor()
      Returns:
      the color
    • setColor

      public void setColor(StiColor color)
      Parameters:
      color - the color to set
    • getFont

      public StiFont getFont()
      Returns:
      the font
    • setFont

      public void setFont(StiFont font)
      Parameters:
      font - the font to set
    • getHorAlignment

      public StiTextHorAlignment getHorAlignment()
      Returns:
      the horAlignment
    • setHorAlignment

      public void setHorAlignment(StiTextHorAlignment horAlignment)
      Parameters:
      horAlignment - the horAlignment to set
    • getVertAlignment

      public StiVertAlignment getVertAlignment()
      Returns:
      the vertAlignment
    • setVertAlignment

      public void setVertAlignment(StiVertAlignment vertAlignment)
      Parameters:
      vertAlignment - the vertAlignment to set
    • getTextOptions

      public StiTextOptions getTextOptions()
      Returns:
      the textOptions
    • setTextOptions

      public void setTextOptions(StiTextOptions textOptions)
      Parameters:
      textOptions - the textOptions to set
    • getTextColor

      public StiColor getTextColor()
      Returns:
      the textColor
    • setTextColor

      public void setTextColor(StiColor textColor)
      Parameters:
      textColor - the textColor to set
    • isWordWrap

      public boolean isWordWrap()
      Returns:
      the wordWrap
    • setWordWrap

      public void setWordWrap(boolean wordWrap)
      Parameters:
      wordWrap - the wordWrap to set
    • getFormat

      public String getFormat()
      Returns:
      the format
    • setFormat

      public void setFormat(String format)
      Parameters:
      format - the format to set
    • getInternalStyleName

      public String getInternalStyleName()
      Returns:
      the internalStyleName
    • setInternalStyleName

      public void setInternalStyleName(String internalStyleName)
      Parameters:
      internalStyleName - the internalStyleName to set
    • setStyleName

      public void setStyleName(String styleName)
      Parameters:
      styleName - the styleName to set
    • getHashCode

      public int getHashCode()
      Return hash code
      Returns:
      hash code