Uses of Enum
com.itextpdf.layout.properties.AreaBreakType
Packages that use AreaBreakType
-
Uses of AreaBreakType in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return AreaBreakTypeModifier and TypeMethodDescriptionAreaBreak.getType()
Gets the type of area that this AreaBreak will terminate.Constructors in com.itextpdf.layout.element with parameters of type AreaBreakTypeModifierConstructorDescriptionAreaBreak
(AreaBreakType areaBreakType) Creates an AreaBreak that terminates a specified area type. -
Uses of AreaBreakType in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return AreaBreakTypeModifier and TypeMethodDescriptionstatic AreaBreakType
Returns the enum constant of this type with the specified name.static AreaBreakType[]
AreaBreakType.values()
Returns an array containing the constants of this enum type, in the order they are declared.