Interface ICellContent

All Superinterfaces:
org.eclipse.birt.report.engine.css.engine.CSSStylableElement, IContainerContent, IContent, IElement, IStyledElement

public interface ICellContent extends IContainerContent
Provides the interfaces for Cell Content
  • Method Details

    • getColSpan

      int getColSpan()
      Get the column span
      Returns:
      the column span
    • getRowSpan

      int getRowSpan()
      Get the row span
      Returns:
      the row span
    • getColumn

      int getColumn()
      Get the column number
      Returns:
      the column number
    • getColumnInstance

      IColumn getColumnInstance()
      Get the column content
      Returns:
      the column content
    • getRow

      int getRow()
      Get the row
      Returns:
      the row
    • setColumn

      void setColumn(int column)
      Set the column
      Parameters:
      column -
    • setRowSpan

      void setRowSpan(int rowSpan)
      Set the row span
      Parameters:
      rowSpan - row span
    • setColSpan

      void setColSpan(int colSpan)
      Set the column span
      Parameters:
      colSpan - column span
    • setDisplayGroupIcon

      void setDisplayGroupIcon(boolean displayGroupIcon)
      Set display group icon
      Parameters:
      displayGroupIcon - display the group icon
    • getDisplayGroupIcon

      boolean getDisplayGroupIcon()
      Get the display group icon
      Returns:
      the display group icon
    • hasDiagonalLine

      boolean hasDiagonalLine()
      Has diagonal line
      Returns:
      check of diagonal line
    • getDiagonalNumber

      int getDiagonalNumber()
      Get diagonal number
      Returns:
      the diagonal number
    • setDiagonalNumber

      void setDiagonalNumber(int diagonalNumber)
      Set diagonal number
      Parameters:
      diagonalNumber - diagonal number
    • getDiagonalStyle

      String getDiagonalStyle()
      Get diagonal style
      Returns:
      the diagonal style
    • setDiagonalStyle

      void setDiagonalStyle(String diagonalStyle)
      Set diagonal style
      Parameters:
      diagonalStyle - diagonal style
    • getDiagonalWidth

      org.eclipse.birt.report.engine.ir.DimensionType getDiagonalWidth()
      Get the diagonal width
      Returns:
      the diagonal width
    • setDiagonalWidth

      void setDiagonalWidth(org.eclipse.birt.report.engine.ir.DimensionType diagonalWidth)
      Set the diagonal width
      Parameters:
      diagonalWidth - diagonal width
    • getDiagonalColor

      String getDiagonalColor()
      Get the diagonal color
      Returns:
      the diagonal color
    • setDiagonalColor

      void setDiagonalColor(String diagonalColor)
      Set the diagonal color
      Parameters:
      diagonalColor - diagonal color
    • getAntidiagonalNumber

      int getAntidiagonalNumber()
      Get the anti-diagonal number
      Returns:
      the anti-diagonal number
    • setAntidiagonalNumber

      void setAntidiagonalNumber(int antidiagonalNumber)
      Set the anti-diagonal number
      Parameters:
      antidiagonalNumber - anti-diagonal number
    • getAntidiagonalStyle

      String getAntidiagonalStyle()
      Get the anti-diagonal style
      Returns:
      the anti-diagonal style
    • setAntidiagonalStyle

      void setAntidiagonalStyle(String antidiagonalStyle)
      Set the anti-diagonal style
      Parameters:
      antidiagonalStyle - anti-diagonal style
    • getAntidiagonalWidth

      org.eclipse.birt.report.engine.ir.DimensionType getAntidiagonalWidth()
      Get the anti-diagonal width
      Returns:
      the anti-diagonal width
    • setAntidiagonalWidth

      void setAntidiagonalWidth(org.eclipse.birt.report.engine.ir.DimensionType antidiagonalWidth)
      Set the anti-diagonal width
      Parameters:
      antidiagonalWidth - anti-diagonal width
    • getAntidiagonalColor

      String getAntidiagonalColor()
      Get the anti-diagonal color
      Returns:
      the anti-diagonal color
    • setAntidiagonalColor

      void setAntidiagonalColor(String antidiagonalColor)
      Set the anti-diagonal color
      Parameters:
      antidiagonalColor - anti-diagonal color
    • getHeaders

      String getHeaders()
      Get the headers
      Returns:
      the headers
    • setHeaders

      void setHeaders(String headers)
      Set the headers
      Parameters:
      headers -
    • getScope

      String getScope()
      Get the scope
      Returns:
      the scope
    • setScope

      void setScope(String scope)
      Set the scope
      Parameters:
      scope - scope
    • repeatContent

      boolean repeatContent()
      Check if the content is repeatable
      Returns:
      the check result if content repeatable
    • setRepeatContent

      void setRepeatContent(boolean repeatContent)
      Set the repeat content
      Parameters:
      repeatContent - repeat content