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 HtmlCodeSpreadSheetToHTML. m_HtmlAfterTablethe HTML code to inject after the table.protected HtmlCodeSpreadSheetToHTML. m_HtmlBeforeTablethe HTML code to inject before the table.Methods in adams.data.conversion that return HtmlCode Modifier and Type Method Description HtmlCodeSpreadSheetToHTML. getHtmlAfterTable()Returns the HTML code to inject after the table.HtmlCodeSpreadSheetToHTML. 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 voidSpreadSheetToHTML. setHtmlAfterTable(HtmlCode value)Sets the HTML code to inject after the table.voidSpreadSheetToHTML. setHtmlBeforeTable(HtmlCode value)Sets the HTML code to inject before the table.
-