class

PDF::Core::Primitives::Object

Inherits Reference / Object

Instance methods

byte_offset
Source
byte_offset=(byte_offset : Int64 | Nil)
Source
generation
Source
generation=(generation : Int32)
Source
indirect?
Source
number
Source
number=(number : Int32 | Nil)
Source
reference
Source
to_s(indent : Int32) : String
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source
xref
Source