Class StiHtmlTable

java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlTable

public class StiHtmlTable extends Object
Html table object Copyright Stimulsoft
  • Field Details

  • Constructor Details

    • StiHtmlTable

      public StiHtmlTable()
  • Method Details

    • stringToUrl

      public static String stringToUrl(String input)
      Convert string to URL
      Parameters:
      input -
      Returns:
      Converted value
    • renderControl

      public void renderControl(StiHtmlTextWriter writer) throws IOException
      Render control
      Parameters:
      writer - StiHtmlTextWriter
      Throws:
      IOException
    • getBackImageUrl

      public String getBackImageUrl()
      Returns:
      the backImageUrl
    • setBackImageUrl

      public void setBackImageUrl(String backImageUrl)
      Parameters:
      backImageUrl - the backImageUrl to set
    • getWidth

      public StiHtmlUnit getWidth()
      Returns:
      the width
    • setWidth

      public void setWidth(StiHtmlUnit width)
      Parameters:
      width - the width to set
    • getBorderWidth

      public Integer getBorderWidth()
      Returns:
      the borderWidth
    • setBorderWidth

      public void setBorderWidth(Integer borderWidth)
      Parameters:
      borderWidth - the borderWidth to set
    • getCellPadding

      public Integer getCellPadding()
      Returns:
      the cellPadding
    • setCellPadding

      public void setCellPadding(Integer cellPadding)
      Parameters:
      cellPadding - the cellPadding to set
    • getCellSpacing

      public Integer getCellSpacing()
      Returns:
      the cellSpacing
    • setCellSpacing

      public void setCellSpacing(Integer cellSpacing)
      Parameters:
      cellSpacing - the cellSpacing to set
    • getRows

      public ArrayList<StiHtmlTableRow> getRows()
      Returns:
      the rows
    • setRows

      public void setRows(ArrayList<StiHtmlTableRow> rows)
      Parameters:
      rows - the rows to set
    • getAlign

      public StiHorAlignment getAlign()
      Returns:
      the align
    • setAlign

      public void setAlign(StiHorAlignment align)
      Parameters:
      align - the align to set