Package-level declarations

Types

Link copied to clipboard
data class ResolvedLinkUrlProperty(val value: String) : Property<String>

Property, assigned to each image link, that points to a local relative URL (path) that is different from the original. For instance, an image may have a link to images/picture.png, but if it's loaded from an included document with a different base path, it may be resolved to, for example, ../images/picture.png.

Functions

Link copied to clipboard
Link copied to clipboard
fun LinkNode.setResolvedUrl(context: MutableContext, resolvedUrl: String)

Registers the resolved path of this node within the document handled by context.