Uses of Class
com.stimulsoft.report.export.tools.html.StiHtmlUnit

Packages that use StiHtmlUnit
com.stimulsoft.report.export.tools.html   
 

Uses of StiHtmlUnit in com.stimulsoft.report.export.tools.html
 

Fields in com.stimulsoft.report.export.tools.html declared as StiHtmlUnit
 StiHtmlUnit StiHtmlTable.width
           
 

Methods in com.stimulsoft.report.export.tools.html that return StiHtmlUnit
 StiHtmlUnit StiHtmlTableRow.getHeight()
           
 StiHtmlUnit StiHtmlTableCell.getHeight()
           
 StiHtmlUnit StiHtmlImage.getHeight()
           
 StiHtmlUnit StiHtmlHyperlink.getHeight()
           
 StiHtmlUnit StiHtmlImage.getMargin()
           
 StiHtmlUnit StiHtmlTableCell.getWidth()
           
 StiHtmlUnit StiHtmlTable.getWidth()
           
 StiHtmlUnit StiHtmlImage.getWidth()
           
 StiHtmlUnit StiHtmlHyperlink.getWidth()
           
static StiHtmlUnit StiHtmlUnit.newUnit(double value, boolean usePoints)
           
static StiHtmlUnit StiHtmlUnit.newUnit(double value, StiHtmlUnitType unitType)
           
static StiHtmlUnit StiHtmlUnit.pixel(double value)
           
 

Methods in com.stimulsoft.report.export.tools.html with parameters of type StiHtmlUnit
static boolean StiHtmlUnit.isNullOrZero(StiHtmlUnit unit)
          Check if StiHtmlUnit null or zero
 void StiHtmlTableRow.setHeight(StiHtmlUnit height)
           
 void StiHtmlTableCell.setHeight(StiHtmlUnit height)
           
 void StiHtmlImage.setHeight(StiHtmlUnit height)
           
 void StiHtmlHyperlink.setHeight(StiHtmlUnit height)
           
 void StiHtmlImage.setMargin(StiHtmlUnit margin)
           
 void StiHtmlTableCell.setWidth(StiHtmlUnit width)
           
 void StiHtmlTable.setWidth(StiHtmlUnit width)
           
 void StiHtmlImage.setWidth(StiHtmlUnit width)
           
 void StiHtmlHyperlink.setWidth(StiHtmlUnit width)