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 class
PdfBoolean
class
PdfLiteral
class
PdfName
class
PdfNull
Representation of the null object in the PDF specification.class
PdfNumber
APdfNumber
-class is the PDF-equivalent of aDouble
-object.class
PdfString
APdfString
-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 int
PdfPrimitiveObject. compareContent(PdfPrimitiveObject o)
private void
PdfOutputStream. write(PdfPrimitiveObject pdfPrimitive)
-