Uses of Class
com.openhtmltopdf.css.style.Length
-
Packages that use Length Package Description com.openhtmltopdf.css.style com.openhtmltopdf.newtable -
-
Uses of Length in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return Length Modifier and Type Method Description Length
CalculatedStyle. asLength(CssContext c, CSSName cssName)
-
Uses of Length in com.openhtmltopdf.newtable
Fields in com.openhtmltopdf.newtable declared as Length Modifier and Type Field Description private Length
TableBox.AutoTableLayout.Layout. _effWidth
private Length
TableBox.AutoTableLayout.Layout. _width
Fields in com.openhtmltopdf.newtable with type parameters of type Length Modifier and Type Field Description private java.util.List<Length>
TableBox.FixedTableLayout. _widths
Methods in com.openhtmltopdf.newtable that return Length Modifier and Type Method Description Length
TableBox.AutoTableLayout.Layout. effWidth()
Length
TableCellBox. getOuterStyleOrColWidth(CssContext c)
Length
TableCellBox. getOuterStyleWidth(CssContext c)
Length
TableBox.AutoTableLayout.Layout. width()
Methods in com.openhtmltopdf.newtable with parameters of type Length Modifier and Type Method Description void
TableBox.AutoTableLayout.Layout. setEffWidth(Length l)
void
TableBox.AutoTableLayout.Layout. setWidth(Length l)
-