Uses of Enum
com.itextpdf.layout.properties.OverflowPropertyValue
Packages that use OverflowPropertyValue
-
Uses of OverflowPropertyValue in com.itextpdf.layout.properties
Subclasses with type arguments of type OverflowPropertyValue in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionenumThe possible values for the type of overflow ofBlockElement.Methods in com.itextpdf.layout.properties that return OverflowPropertyValueModifier and TypeMethodDescriptionstatic OverflowPropertyValueReturns 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
Methods in com.itextpdf.layout.renderer with parameters of type OverflowPropertyValueModifier and TypeMethodDescriptionprotected static booleanAbstractRenderer.isOverflowFit(OverflowPropertyValue rendererOverflowProperty) protected booleanAbstractRenderer.isOverflowProperty(OverflowPropertyValue equalsTo, int overflowProperty) protected static booleanAbstractRenderer.isOverflowProperty(OverflowPropertyValue equalsTo, OverflowPropertyValue rendererOverflowProperty) protected static booleanAbstractRenderer.isOverflowProperty(OverflowPropertyValue equalsTo, IRenderer renderer, int overflowProperty)