MutableContextOptions

constructor(autoPageBreakHeadingMaxDepth: Int = 1, enableAutomaticIdentifiers: Boolean = true, enableLocationAwareness: Boolean = true, subdocumentUrlSuffixes: Set<String> = DEFAULT_SUBDOCUMENT_URL_SUFFIXES, uuidSupplier: () -> String = { java.util.UUID .randomUUID() .toString() }, enableRemoteMediaStorage: Boolean = false, enableLocalMediaStorage: Boolean = false)