Uses of Class
com.itextpdf.layout.properties.FloatPropertyValue
-
Packages that use FloatPropertyValue Package Description com.itextpdf.layout.properties com.itextpdf.layout.renderer -
-
Uses of FloatPropertyValue in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return FloatPropertyValue Modifier and Type Method Description static FloatPropertyValue
FloatPropertyValue. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FloatPropertyValue[]
FloatPropertyValue. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FloatPropertyValue in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type FloatPropertyValue Modifier and Type Method Description (package private) static java.lang.Float
FloatingHelper. adjustFloatedBlockLayoutBox(AbstractRenderer renderer, Rectangle parentBBox, java.lang.Float blockWidth, java.util.List<Rectangle> floatRendererAreas, FloatPropertyValue floatPropertyValue, OverflowPropertyValue overflowX)
(package private) static void
FloatingHelper. adjustFloatedTableLayoutBox(TableRenderer tableRenderer, Rectangle layoutBox, float tableWidth, java.util.List<Rectangle> floatRendererAreas, FloatPropertyValue floatPropertyValue)
private void
LineRenderer. adjustLineOnFloatPlaced(Rectangle layoutBox, int childPos, FloatPropertyValue kidFloatPropertyVal, Rectangle justPlacedFloatBox)
(package private) static MinMaxWidth
FloatingHelper. calculateMinMaxWidthForFloat(AbstractRenderer renderer, FloatPropertyValue floatPropertyVal)
(package private) static boolean
FloatingHelper. isRendererFloating(IRenderer renderer, FloatPropertyValue kidFloatPropertyVal)
-