Uses of Class
com.openhtmltopdf.layout.FloatManager.FloatDirection
-
Packages that use FloatManager.FloatDirection Package Description com.openhtmltopdf.layout -
-
Uses of FloatManager.FloatDirection in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return FloatManager.FloatDirection Modifier and Type Method Description static FloatManager.FloatDirectionFloatManager.FloatDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static FloatManager.FloatDirection[]FloatManager.FloatDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.layout with parameters of type FloatManager.FloatDirection Modifier and Type Method Description List<FloatManager.BoxOffset>FloatManager. getFloats(FloatManager.FloatDirection direction)Stream<FloatManager.BoxOffset>FloatManager. getFloatStream(FloatManager.FloatDirection direction)
-