A collection of Spine Items
Loop over the Sections in the Spine
forEach
Find the first Section in the Spine
first section
Get an item from the spine
Optional
section
spine.get(); Copy
spine.get();
spine.get(1); Copy
spine.get(1);
spine.get("chap1.html"); Copy
spine.get("chap1.html");
spine.get("#id1234"); Copy
spine.get("#id1234");
Find the last Section in the Spine
last section
Unpack items from a opf into spine items
URL resolver
Resolve canonical url
A collection of Spine Items