Expand description
Interaction between document parts.
Structs§
- Counter
- Counts through pages, elements, and more.
- Counter
Display Elem - Executes a display of a counter.
- Counter
State - Counts through elements with different levels.
- Introspector
- Can be queried for elements and their positions.
- Location
- Identifies an element in the document.
- Locator
- Provides locations for elements in the document.
- Locator
Link - A locator can be linked to this type to only access information across the memoization boundary on-demand, improving the cache hit chance.
- Manual
Page Counter - An specialized handler of the page counter that tracks both the physical and the logical page counter.
- Metadata
Elem - Exposes a value to the query system without producing visible content.
- Split
Locator - A type that generates unique sublocators.
- State
- Manages stateful parts of your document.
- TagElem
- Holds a tag for a locatable element that was realized.
Enums§
- Counter
Key - Identifies a counter.
- Counter
Update - An update to perform on a counter.
- State
Update - An update to perform on a state.
- Tag
- Marks the start or end of a locatable element.
Traits§
- Count
- Elements that have special counting behaviour.
- Locatable
- Makes this element as locatable through the introspector.
- Unqueriable
- Marks this element as not being queryable even though it is locatable for internal reasons.