KeyedPdfObject


class KeyedPdfObject


Associates a PdfObject with a unique key.

Summary

Public constructors

KeyedPdfObject(key: String, pdfObject: PdfObject)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

String

The unique string identifier for the object.

PdfObject

The PdfObject object.

Public constructors

KeyedPdfObject

Added in 1.0.0-alpha19
KeyedPdfObject(key: String, pdfObject: PdfObject)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

key

Added in 1.0.0-alpha19
val keyString

The unique string identifier for the object.

pdfObject

Added in 1.0.0-alpha19
val pdfObjectPdfObject

The PdfObject object.