MediaPostRendererResource

A PostRendererResource that includes media (such as images) from the document's media storage into the output, in its own directory.

Parameters

mediaStorage

the storage containing media files referenced by the document

Constructors

Link copied to clipboard
constructor(mediaStorage: ReadOnlyMediaStorage)

Properties

Link copied to clipboard

Whether this resource should be included in the output during live preview.

Functions

Link copied to clipboard
open override fun includeTo(resources: MutableSet<OutputResource>, rendered: CharSequence)

Collects resources and adds them to the output set.