Package-level declarations

Types

Link copied to clipboard
data class SubdocumentsData<G : Graph<Subdocument>>(val graph: G, val withContexts: Map<Subdocument, Context>)

Immutable container of information about the subdocuments that are part of a document complex. A subdocument is a separate document file that can be rendered independently, and is referenced by a link from the main document or another subdocument.

Properties

Link copied to clipboard

The directed graph of subdocuments that are part of the document complex.

Functions

Link copied to clipboard

Finds a Subdocument.Resource vertex in the graph by its absolute path.