Package com.priint.parser.tabledata.html
Class td2htmlParams
java.lang.Object
com.priint.parser.tabledata.html.td2htmlParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCssScript(String cssScript) voidsetParamsByCell(Map<com.priint.pubserver.plugin.entitydata.TableDataCell, Map<String, String>> paramsByCell) voidsetParamsByRow(Map<com.priint.pubserver.plugin.entitydata.TableDataRow, Map<String, String>> paramsByRow) voidsetStyleByCell(Map<com.priint.pubserver.plugin.entitydata.TableDataCell, Map<String, String>> styleByCell) voidsetStyleByRow(Map<com.priint.pubserver.plugin.entitydata.TableDataRow, Map<String, String>> styleByRow) voidsetTableParams(Map<String, String> tableParams) voidsetTableStyle(Map<String, String> tableStyle) voidsetTdParams(Map<String, String> tdParams) voidsetTdSkipEntities(Set<Integer> tdSkipEntities) voidsetTdStyle(Map<String, String> tdStyle) voidsetTrParams(Map<String, String> trParams) voidsetTrStyle(Map<String, String> trStyle)
-
Constructor Details
-
td2htmlParams
public td2htmlParams()
-
-
Method Details
-
getTdSkipEntities
- Returns:
- the tdSkipEntities
-
setTdSkipEntities
- Parameters:
tdSkipEntities- the tdSkipEntities to set
-
getTableParams
- Returns:
- the tableParams
-
setTableParams
- Parameters:
tableParams- the tableParams to set
-
getTrParams
- Returns:
- the trParams
-
setTrParams
- Parameters:
trParams- the trParams to set
-
getTdParams
- Returns:
- the tdParams
-
setTdParams
- Parameters:
tdParams- the tdParams to set
-
getTableStyle
- Returns:
- the tableStyle
-
setTableStyle
- Parameters:
tableStyle- the tableStyle to set
-
getTrStyle
- Returns:
- the trStyle
-
setTrStyle
- Parameters:
trStyle- the trStyle to set
-
getTdStyle
- Returns:
- the tdStyle
-
setTdStyle
- Parameters:
tdStyle- the tdStyle to set
-
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, getParamsByCell()String>> - 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
- 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, getStyleByCell()String>> - 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
- Returns:
- the cssScript
-
setCssScript
- Parameters:
cssScript- the cssScript to set
-