Class: Vivlio::PDF::Outline::Toc
- 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
Instance Method Details
#entries(session) ⇒ Object
40 41 42 |
# File 'lib/vivlio/pdf/outline.rb', line 40 def entries(session) session.toc end |