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.BorderTopStylePdfDiv. borderTopStyleMethods in com.itextpdf.text.pdf that return PdfDiv.BorderTopStyle Modifier and Type Method Description PdfDiv.BorderTopStylePdfDiv. getBorderTopStyle()static PdfDiv.BorderTopStylePdfDiv.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 voidPdfDiv. setBorderTopStyle(PdfDiv.BorderTopStyle borderTopStyle)
-