abstract class PDF::Core::Primitives::Object

Direct Known Subclasses

Defined in:

pdf/core/primitives/object.cr

Instance Method Summary

Instance Method Detail

def byte_offset : Int64 | Nil #

[View source]
def byte_offset=(byte_offset : Int64 | Nil) #

[View source]
def generation : Int32 #

[View source]
def generation=(generation : Int32) #

[View source]
def indirect? : Bool #

[View source]
def number : Int32 | Nil #

[View source]
def number=(number : Int32 | Nil) #

[View source]
def reference : Reference #

[View source]
abstract def to_s(indent : Int32) : String #

[View source]
def to_s : String #
Description copied from class Object

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.


[View source]
def xref : String #

[View source]