Class td2htmlParams

java.lang.Object
com.priint.parser.tabledata.html.td2htmlParams

public class td2htmlParams extends Object
  • Constructor Details

    • td2htmlParams

      public td2htmlParams()
  • Method Details

    • getTdSkipEntities

      public Set<Integer> getTdSkipEntities()
      Returns:
      the tdSkipEntities
    • setTdSkipEntities

      public void setTdSkipEntities(Set<Integer> tdSkipEntities)
      Parameters:
      tdSkipEntities - the tdSkipEntities to set
    • getTableParams

      public Map<String,String> getTableParams()
      Returns:
      the tableParams
    • setTableParams

      public void setTableParams(Map<String,String> tableParams)
      Parameters:
      tableParams - the tableParams to set
    • getTrParams

      public Map<String,String> getTrParams()
      Returns:
      the trParams
    • setTrParams

      public void setTrParams(Map<String,String> trParams)
      Parameters:
      trParams - the trParams to set
    • getTdParams

      public Map<String,String> getTdParams()
      Returns:
      the tdParams
    • setTdParams

      public void setTdParams(Map<String,String> tdParams)
      Parameters:
      tdParams - the tdParams to set
    • getTableStyle

      public Map<String,String> getTableStyle()
      Returns:
      the tableStyle
    • setTableStyle

      public void setTableStyle(Map<String,String> tableStyle)
      Parameters:
      tableStyle - the tableStyle to set
    • getTrStyle

      public Map<String,String> getTrStyle()
      Returns:
      the trStyle
    • setTrStyle

      public void setTrStyle(Map<String,String> trStyle)
      Parameters:
      trStyle - the trStyle to set
    • getTdStyle

      public Map<String,String> getTdStyle()
      Returns:
      the tdStyle
    • setTdStyle

      public void setTdStyle(Map<String,String> tdStyle)
      Parameters:
      tdStyle - the tdStyle to set
    • getParamsByRow

      public Map<com.priint.pubserver.plugin.entitydata.TableDataRow,Map<String,String>> getParamsByRow()
      Returns:
      the paramsByRow
    • setParamsByRow

      public void setParamsByRow(Map<com.priint.pubserver.plugin.entitydata.TableDataRow,Map<String,String>> paramsByRow)
      Parameters:
      paramsByRow - the paramsByRow to set
    • getParamsByCell

      public Map<com.priint.pubserver.plugin.entitydata.TableDataCell,Map<String,String>> getParamsByCell()
      Returns:
      the paramsByCell
    • setParamsByCell

      public void setParamsByCell(Map<com.priint.pubserver.plugin.entitydata.TableDataCell,Map<String,String>> paramsByCell)
      Parameters:
      paramsByCell - the paramsByCell to set
    • getStyleByRow

      public Map<com.priint.pubserver.plugin.entitydata.TableDataRow,Map<String,String>> getStyleByRow()
      Returns:
      the styleByRow
    • setStyleByRow

      public void setStyleByRow(Map<com.priint.pubserver.plugin.entitydata.TableDataRow,Map<String,String>> styleByRow)
      Parameters:
      styleByRow - the styleByRow to set
    • getStyleByCell

      public Map<com.priint.pubserver.plugin.entitydata.TableDataCell,Map<String,String>> getStyleByCell()
      Returns:
      the styleByCell
    • setStyleByCell

      public void setStyleByCell(Map<com.priint.pubserver.plugin.entitydata.TableDataCell,Map<String,String>> styleByCell)
      Parameters:
      styleByCell - the styleByCell to set
    • getCssScript

      public String getCssScript()
      Returns:
      the cssScript
    • setCssScript

      public void setCssScript(String cssScript)
      Parameters:
      cssScript - the cssScript to set