base
1.7.10
base
/
org.jetbrains.dokka.base.renderers.html
/
STRIKE
STRIKE
open
class
STRIKE
(
initialAttributes
:
Map
<
String
,
String
>
,
val
consumer
:
TagConsumer
<
*
>
)
:
HTMLTag
,
HtmlBlockInlineTag
Content copied to clipboard
Constructors
Functions
Properties
Constructors
STRIKE
Link copied to clipboard
fun
STRIKE
(
initialAttributes
:
Map
<
String
,
String
>
,
consumer
:
TagConsumer
<
*
>
)
Content copied to clipboard
Functions
comment
Link copied to clipboard
open
fun
comment
(
s
:
String
)
Content copied to clipboard
entity
Link copied to clipboard
open
fun
entity
(
e
:
Entities
)
Content copied to clipboard
text
Link copied to clipboard
open
fun
text
(
n
:
Number
)
Content copied to clipboard
open
fun
text
(
s
:
String
)
Content copied to clipboard
unary
Plus
Link copied to clipboard
open
operator
fun
String
.
unaryPlus
(
)
Content copied to clipboard
open
operator
fun
Entities
.
unaryPlus
(
)
Content copied to clipboard
Properties
attributes
Link copied to clipboard
open
override
val
attributes
:
DelegatingMap
Content copied to clipboard
attributesEntries
Link copied to clipboard
open
override
val
attributesEntries
:
Collection
<
Map.Entry
<
String
,
String
>
>
Content copied to clipboard
consumer
Link copied to clipboard
open
override
val
consumer
:
TagConsumer
<
*
>
Content copied to clipboard
emptyTag
Link copied to clipboard
open
override
val
emptyTag
:
Boolean
Content copied to clipboard
inlineTag
Link copied to clipboard
open
override
val
inlineTag
:
Boolean
Content copied to clipboard
namespace
Link copied to clipboard
open
override
val
namespace
:
String
?
Content copied to clipboard
tagName
Link copied to clipboard
open
override
val
tagName
:
String
Content copied to clipboard