PdfValue

constructor(longValue: Long)

Creates a new PDF value of INTEGER type.


constructor(doubleValue: Double)

Creates a new PDF value of DOUBLE type.


constructor(booleanValue: Boolean)

Creates a new PDF value of BOOLEAN type.


constructor(@NonNull stringValue: String)

Creates a new PDF value of STRING type.


constructor(@NonNull listValue: List<PdfValue>)

Creates a new PDF value of ARRAY type.


constructor(@NonNull mapValue: Map<String, PdfValue>)

Creates a new PDF value of DICTIONARY type.


constructor()

Creates a new PDF value of NULLOBJ type.