Uses of Class
com.openhtmltopdf.layout.BoxRange
-
Packages that use BoxRange Package Description com.openhtmltopdf.layout -
-
Uses of BoxRange in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as BoxRange Modifier and Type Field Description private BoxRange
BoxRangeData. _range
Methods in com.openhtmltopdf.layout that return BoxRange Modifier and Type Method Description BoxRange
BoxRangeData. getRange()
Methods in com.openhtmltopdf.layout with parameters of type BoxRange Modifier and Type Method Description void
BoxRangeData. setRange(BoxRange range)
Constructors in com.openhtmltopdf.layout with parameters of type BoxRange Constructor Description BoxRangeData(BlockBox box, BoxRange range)
-