Class: Vivlio::PDF::Outline::Headings

Inherits:
Strategy
  • Object
show all
Defined in:
lib/vivlio/pdf/outline.rb

Overview

Bookmarks Chromium derives from the h1-h6 outline. Cheaper, but the depth cannot be controlled.

Instance Method Summary collapse

Methods inherited from Strategy

#entries, #to_s

Instance Method Details

#chromium_generated?Boolean

Returns:

  • (Boolean)


48
49
50
# File 'lib/vivlio/pdf/outline.rb', line 48

def chromium_generated?
  true
end