Uses of Class
com.itextpdf.kernel.pdf.PdfPrimitiveObject
-
Packages that use PdfPrimitiveObject Package Description com.itextpdf.kernel.pdf -
-
Uses of PdfPrimitiveObject in com.itextpdf.kernel.pdf
Subclasses of PdfPrimitiveObject in com.itextpdf.kernel.pdf Modifier and Type Class Description classPdfBooleanclassPdfLiteralclassPdfNameclassPdfNullRepresentation of the null object in the PDF specification.classPdfNumberAPdfNumber-class is the PDF-equivalent of aDouble-object.classPdfStringAPdfString-class is the PDF-equivalent of a JAVA-String-object.Methods in com.itextpdf.kernel.pdf with parameters of type PdfPrimitiveObject Modifier and Type Method Description protected intPdfPrimitiveObject. compareContent(PdfPrimitiveObject o)private voidPdfOutputStream. write(PdfPrimitiveObject pdfPrimitive)
-