Module: Coradoc::Reference::Presentation
- Defined in:
- lib/coradoc/reference/presentation.rb,
lib/coradoc/reference/presentation/base.rb,
lib/coradoc/reference/presentation/page.rb,
lib/coradoc/reference/presentation/split_pages.rb,
lib/coradoc/reference/presentation/single_document.rb,
lib/coradoc/reference/presentation/custom_hierarchy.rb
Overview
Model-View boundary. Same Content graph → N Presentations. A Presentation defines slicing, page boundaries, ordering, and hierarchy — never the rendering (that's the Materializer's job).
Defined Under Namespace
Classes: Base, CustomHierarchy, Page, SingleDocument, SplitPages