Uses of Enum
com.itextpdf.layout.properties.FloatPropertyValue
Packages that use FloatPropertyValue
-
Uses of FloatPropertyValue in com.itextpdf.layout.properties
Subclasses with type arguments of type FloatPropertyValue in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionenumA specialized enum containing potential property values forProperty.FLOAT.Methods in com.itextpdf.layout.properties that return FloatPropertyValueModifier and TypeMethodDescriptionstatic FloatPropertyValueReturns 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 FloatFloatingHelper.adjustFloatedBlockLayoutBox(AbstractRenderer renderer, Rectangle parentBBox, Float blockWidth, List<Rectangle> floatRendererAreas, FloatPropertyValue floatPropertyValue, OverflowPropertyValue overflowX) (package private) static voidFloatingHelper.adjustFloatedTableLayoutBox(TableRenderer tableRenderer, Rectangle layoutBox, float tableWidth, 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)