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
Subclasses with type arguments of type AreaBreakType in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionenumThe possible values for the type of break that is executed by anAreaBreak.Methods in com.itextpdf.layout.properties that return AreaBreakTypeModifier and TypeMethodDescriptionstatic AreaBreakTypeReturns 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.