Uses of Class
com.stimulsoft.report.export.tools.html.StiHtmlUnit
Packages that use StiHtmlUnit
-
Uses of StiHtmlUnit in com.stimulsoft.report.export.tools.html
Fields in com.stimulsoft.report.export.tools.html declared as StiHtmlUnitMethods in com.stimulsoft.report.export.tools.html that return StiHtmlUnitModifier and TypeMethodDescriptionStiHtmlHyperlink.getHeight()StiHtmlImage.getHeight()StiHtmlTableCell.getHeight()StiHtmlTableRow.getHeight()StiHtmlImage.getMargin()StiHtmlHyperlink.getWidth()StiHtmlImage.getWidth()StiHtmlTable.getWidth()StiHtmlTableCell.getWidth()static StiHtmlUnitStiHtmlUnit.newUnit(double value, boolean usePoints) static StiHtmlUnitStiHtmlUnit.newUnit(double value, StiHtmlUnitType unitType) static StiHtmlUnitStiHtmlUnit.pixel(double value) Methods in com.stimulsoft.report.export.tools.html with parameters of type StiHtmlUnitModifier and TypeMethodDescriptionstatic booleanStiHtmlUnit.isNullOrZero(StiHtmlUnit unit) Check ifStiHtmlUnitnull or zerovoidStiHtmlHyperlink.setHeight(StiHtmlUnit height) voidStiHtmlImage.setHeight(StiHtmlUnit height) voidStiHtmlTableCell.setHeight(StiHtmlUnit height) voidStiHtmlTableRow.setHeight(StiHtmlUnit height) voidStiHtmlImage.setMargin(StiHtmlUnit margin) voidStiHtmlHyperlink.setWidth(StiHtmlUnit width) voidStiHtmlImage.setWidth(StiHtmlUnit width) voidStiHtmlTable.setWidth(StiHtmlUnit width) voidStiHtmlTableCell.setWidth(StiHtmlUnit width)