Uses of Class
com.itextpdf.text.pdf.PdfDiv.BorderTopStyle
-
Packages that use PdfDiv.BorderTopStyle Package Description com.itextpdf.text.pdf -
-
Uses of PdfDiv.BorderTopStyle in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfDiv.BorderTopStyle Modifier and Type Field Description private PdfDiv.BorderTopStyle
PdfDiv. borderTopStyle
Methods in com.itextpdf.text.pdf that return PdfDiv.BorderTopStyle Modifier and Type Method Description PdfDiv.BorderTopStyle
PdfDiv. getBorderTopStyle()
static PdfDiv.BorderTopStyle
PdfDiv.BorderTopStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PdfDiv.BorderTopStyle[]
PdfDiv.BorderTopStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.text.pdf with parameters of type PdfDiv.BorderTopStyle Modifier and Type Method Description void
PdfDiv. setBorderTopStyle(PdfDiv.BorderTopStyle borderTopStyle)
-