Uses of Class
com.itextpdf.text.pdf.PdfPHeaderCell
-
Packages that use PdfPHeaderCell Package Description com.itextpdf.text.pdf -
-
Uses of PdfPHeaderCell in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type PdfPHeaderCell Modifier and Type Field Description protected java.util.ArrayList<PdfPHeaderCell>
PdfPCell. headers
Methods in com.itextpdf.text.pdf that return types with arguments of type PdfPHeaderCell Modifier and Type Method Description java.util.ArrayList<PdfPHeaderCell>
PdfPCell. getHeaders()
Methods in com.itextpdf.text.pdf with parameters of type PdfPHeaderCell Modifier and Type Method Description void
PdfPCell. addHeader(PdfPHeaderCell header)
Constructors in com.itextpdf.text.pdf with parameters of type PdfPHeaderCell Constructor Description PdfPHeaderCell(PdfPHeaderCell headerCell)
-