Class: Vivlio::PDF::Outline::Toc

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

Overview

Bookmarks mirroring the publication's own table of contents, resolved through the named destinations Chromium embeds for the TOC links.

Instance Method Summary collapse

Methods inherited from Strategy

#chromium_generated?, #to_s

Instance Method Details

#entries(session) ⇒ Object



40
41
42
# File 'lib/vivlio/pdf/outline.rb', line 40

def entries(session)
  session.toc
end