Uses of Class
com.itextpdf.layout.properties.AreaBreakType
-
Packages that use AreaBreakType Package Description com.itextpdf.layout.element com.itextpdf.layout.properties -
-
Uses of AreaBreakType in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return AreaBreakType Modifier and Type Method Description AreaBreakType
AreaBreak. getType()
Gets the type of area that this AreaBreak will terminate.Constructors in com.itextpdf.layout.element with parameters of type AreaBreakType Constructor Description AreaBreak(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 AreaBreakType Modifier and Type Method Description static AreaBreakType
AreaBreakType. valueOf(java.lang.String name)
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.
-