Class: EideticPDF::PdfObjects::FreeXRefEntry

Inherits:
IndirectObject show all
Defined in:
lib/epdfo.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from IndirectObject

#body, #footer, #header, #initialize, #reference_object, #reference_string

Constructor Details

This class inherits a constructor from EideticPDF::PdfObjects::IndirectObject

Instance Attribute Details

#genObject (readonly)

Returns the value of attribute gen.



365
366
367
# File 'lib/epdfo.rb', line 365

def gen
  @gen
end

#seqObject (readonly)

Returns the value of attribute seq.



365
366
367
# File 'lib/epdfo.rb', line 365

def seq
  @seq
end

Instance Method Details

#to_sObject



367
368
369
# File 'lib/epdfo.rb', line 367

def to_s
  "%.10d %.5d f\n" % [seq, gen]
end