Uses of Class
adams.core.base.HtmlCode
-
Packages that use HtmlCode Package Description adams.data.conversion -
-
Uses of HtmlCode in adams.data.conversion
Fields in adams.data.conversion declared as HtmlCode Modifier and Type Field Description protected HtmlCode
SpreadSheetToHTML. m_HtmlAfterTable
the HTML code to inject after the table.protected HtmlCode
SpreadSheetToHTML. m_HtmlBeforeTable
the HTML code to inject before the table.Methods in adams.data.conversion that return HtmlCode Modifier and Type Method Description HtmlCode
SpreadSheetToHTML. getHtmlAfterTable()
Returns the HTML code to inject after the table.HtmlCode
SpreadSheetToHTML. getHtmlBeforeTable()
Returns the HTML code to inject before the table.Methods in adams.data.conversion with parameters of type HtmlCode Modifier and Type Method Description void
SpreadSheetToHTML. setHtmlAfterTable(HtmlCode value)
Sets the HTML code to inject after the table.void
SpreadSheetToHTML. setHtmlBeforeTable(HtmlCode value)
Sets the HTML code to inject before the table.
-