RtfParserKmp
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
RtfParserKmp
rtf-writer
/
com.darkrockstudios.libs.rtfparserkmp.writer
/
RtfInfo
Rtf
Info
data
class
RtfInfo
(
val
title
:
String
?
=
null
,
val
author
:
String
?
=
null
,
val
subject
:
String
?
=
null
,
val
company
:
String
?
=
null
)
(
source
)
Document metadata emitted in the
{\info ...}
group. Blank fields are omitted.
Members
Constructors
Rtf
Info
Link copied to clipboard
constructor
(
title
:
String
?
=
null
,
author
:
String
?
=
null
,
subject
:
String
?
=
null
,
company
:
String
?
=
null
)
Properties
author
Link copied to clipboard
val
author
:
String
?
company
Link copied to clipboard
val
company
:
String
?
subject
Link copied to clipboard
val
subject
:
String
?
title
Link copied to clipboard
val
title
:
String
?