Class StiCell

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

public class StiCell extends Object implements Cloneable
Sti cell Copyright Stimulsoft
  • Constructor Details

    • StiCell

      public StiCell()
    • StiCell

      public StiCell(StiExportFormat exportFormat)
  • Method Details

    • clone

      public StiCell clone()
      Clone cell
      Overrides:
      clone in class Object
    • setComponent

      public void setComponent(StiComponent value)
      Parameters:
      value -
    • getExportImage

      public IStiExportImage getExportImage()
      Returns:
      the exportImage
    • setExportImage

      public void setExportImage(IStiExportImage exportImage)
      Parameters:
      exportImage - the exportImage to set
    • getCellStyle

      public StiCellStyle getCellStyle()
      Returns:
      the cellStyle
    • setCellStyle

      public void setCellStyle(StiCellStyle cellStyle)
      Parameters:
      cellStyle - the cellStyle to set
    • getLeft

      public int getLeft()
      Returns:
      the left
    • setLeft

      public void setLeft(int left)
      Parameters:
      left - the left to set
    • getTop

      public int getTop()
      Returns:
      the top
    • setTop

      public void setTop(int top)
      Parameters:
      top - the top to set
    • getWidth

      public int getWidth()
      Returns:
      the width
    • setWidth

      public void setWidth(int width)
      Parameters:
      width - the width to set
    • getHeight

      public int getHeight()
      Returns:
      the height
    • setHeight

      public void setHeight(int height)
      Parameters:
      height - the height to set
    • getText

      public String getText()
      Returns:
      the text
    • setText

      public void setText(String text)
      Parameters:
      text - the text to set
    • getExportFormat

      public StiExportFormat getExportFormat()
      Returns:
      the exportFormat
    • setExportFormat

      public void setExportFormat(StiExportFormat exportFormat)
      Parameters:
      exportFormat - the exportFormat to set
    • getComponent

      public StiComponent getComponent()
      Returns:
      the component