Uses of Enum
com.itextpdf.layout.properties.OverflowPropertyValue
-
Uses of OverflowPropertyValue in com.itextpdf.layout.properties
Modifier and TypeMethodDescriptionstatic OverflowPropertyValue
Returns the enum constant of this type with the specified name.static OverflowPropertyValue[]
OverflowPropertyValue.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OverflowPropertyValue in com.itextpdf.layout.renderer
Modifier and TypeMethodDescriptionprotected static boolean
AbstractRenderer.isOverflowFit
(OverflowPropertyValue rendererOverflowProperty) protected boolean
AbstractRenderer.isOverflowProperty
(OverflowPropertyValue equalsTo, int overflowProperty) protected static boolean
AbstractRenderer.isOverflowProperty
(OverflowPropertyValue equalsTo, OverflowPropertyValue rendererOverflowProperty) protected static boolean
AbstractRenderer.isOverflowProperty
(OverflowPropertyValue equalsTo, IRenderer renderer, int overflowProperty)