@asciidoctor/core
Preparing search index...
DocumentTitle
Class DocumentTitle
Parsed and stores a partitioned title (title & subtitle).
Index
Constructors
constructor
Properties
_
sanitized
combined
main
subtitle
Accessors
title
Methods
get
Combined
get
Main
get
Subtitle
has
Subtitle
is
Sanitized
to
String
Constructors
constructor
new
DocumentTitle
(
val
:
any
,
opts
?:
{}
)
:
DocumentTitle
Parameters
val
:
any
Optional
opts
:
{}
Returns
DocumentTitle
Properties
_
sanitized
_sanitized
:
boolean
combined
combined
:
any
main
main
:
any
subtitle
subtitle
:
any
Accessors
title
get
title
()
:
any
Returns
any
Methods
get
Combined
getCombined
()
:
any
Returns
any
get
Main
getMain
()
:
any
Returns
any
get
Subtitle
getSubtitle
()
:
any
Returns
any
has
Subtitle
hasSubtitle
()
:
boolean
Returns
boolean
is
Sanitized
isSanitized
()
:
boolean
Returns
boolean
to
String
toString
()
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
sanitized
combined
main
subtitle
Accessors
title
Methods
get
Combined
get
Main
get
Subtitle
has
Subtitle
is
Sanitized
to
String
@asciidoctor/core
Loading...
Parsed and stores a partitioned title (title & subtitle).