class PDF::Core::Primitives::Dictionary

Direct Known Subclasses

Defined in:

pdf/core/primitives/dictionary.cr

Constructors

Instance Method Summary

Instance methods inherited from class PDF::Core::Primitives::Object

byte_offset : Int64 | Nil byte_offset, byte_offset=(byte_offset : Int64 | Nil) byte_offset=, generation : Int32 generation, generation=(generation : Int32) generation=, indirect? : Bool indirect?, number : Int32 | Nil number, number=(number : Int32 | Nil) number=, reference : Reference reference, to_s(indent : Int32) : String
to_s : String
to_s
, xref : String xref

Constructor Detail

def self.new(hash : Hash(Name, Object)) #

[View source]
def self.new(**dictionary) #

[View source]

Instance Method Detail

def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def []=(*args, **options) #

[View source]
def each(*args, **options) #

[View source]
def each(*args, **options, &) #

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

[View source]