Class: JotPDF::Core::CrossReferenceTableEntry
- Inherits:
-
Object
- Object
- JotPDF::Core::CrossReferenceTableEntry
- Defined in:
- lib/jot_pdf/core.rb,
lib/jot_pdf/core.rb
Overview
separating definition for steep
Class Method Summary collapse
Class Method Details
.default ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/jot_pdf/core.rb', line 12 def self.default CrossReferenceTableEntry.new( offset: 0, generation: 65_535, usage: :free, ) end |