Uses of Enum
com.itextpdf.layout.properties.FloatPropertyValue
Packages that use FloatPropertyValue
-
Uses of FloatPropertyValue in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return FloatPropertyValueModifier and TypeMethodDescriptionstatic FloatPropertyValue
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 FloatPropertyValueModifier and TypeMethodDescription(package private) static Float
FloatingHelper.adjustFloatedBlockLayoutBox
(AbstractRenderer renderer, Rectangle parentBBox, Float blockWidth, List<Rectangle> floatRendererAreas, FloatPropertyValue floatPropertyValue, OverflowPropertyValue overflowX) (package private) static void
FloatingHelper.adjustFloatedTableLayoutBox
(TableRenderer tableRenderer, Rectangle layoutBox, float tableWidth, 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)