Uses of Class
com.openhtmltopdf.layout.BoxRangeData
-
Packages that use BoxRangeData Package Description com.openhtmltopdf.layout -
-
Uses of BoxRangeData in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as BoxRangeData Modifier and Type Field Description private BoxRangeDataBoxRangeHelper. _currentFields in com.openhtmltopdf.layout with type parameters of type BoxRangeData Modifier and Type Field Description private java.util.List<BoxRangeData>BoxRangeLists. _blockprivate java.util.LinkedList<BoxRangeData>BoxRangeHelper. _clipRegionStackprivate java.util.List<BoxRangeData>BoxRangeLists. _inlineprivate java.util.List<BoxRangeData>BoxRangeHelper. _rangeListMethods in com.openhtmltopdf.layout that return types with arguments of type BoxRangeData Modifier and Type Method Description java.util.List<BoxRangeData>BoxRangeLists. getBlock()java.util.List<BoxRangeData>BoxRangeLists. getInline()Constructor parameters in com.openhtmltopdf.layout with type arguments of type BoxRangeData Constructor Description BoxRangeHelper(OutputDevice outputDevice, java.util.List<BoxRangeData> rangeList)
-