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 FloatPropertyValueFloatPropertyValue. 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.FloatFloatingHelper. adjustFloatedBlockLayoutBox(AbstractRenderer renderer, Rectangle parentBBox, java.lang.Float blockWidth, java.util.List<Rectangle> floatRendererAreas, FloatPropertyValue floatPropertyValue, OverflowPropertyValue overflowX)(package private) static voidFloatingHelper. adjustFloatedTableLayoutBox(TableRenderer tableRenderer, Rectangle layoutBox, float tableWidth, java.util.List<Rectangle> floatRendererAreas, FloatPropertyValue floatPropertyValue)private voidLineRenderer. adjustLineOnFloatPlaced(Rectangle layoutBox, int childPos, FloatPropertyValue kidFloatPropertyVal, Rectangle justPlacedFloatBox)(package private) static MinMaxWidthFloatingHelper. calculateMinMaxWidthForFloat(AbstractRenderer renderer, FloatPropertyValue floatPropertyVal)(package private) static booleanFloatingHelper. isRendererFloating(IRenderer renderer, FloatPropertyValue kidFloatPropertyVal)
-