Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-navigator
/
org.readium.r2.navigator.html
/
HtmlDecorationTemplates
Html
Decoration
Templates
class
HtmlDecorationTemplates
:
JSONable
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
copy
Link copied to clipboard
fun
copy
(
)
:
HtmlDecorationTemplates
get
Link copied to clipboard
operator
fun
<
S
:
Decoration.Style
>
get
(
style
:
KClass
<
S
>
)
:
HtmlDecorationTemplate
?
set
Link copied to clipboard
operator
fun
<
S
:
Decoration.Style
>
set
(
style
:
KClass
<
S
>
,
template
:
HtmlDecorationTemplate
)
to
JSON
Link copied to clipboard
open
override
fun
toJSON
(
)
:
JSONObject