RtfInfo

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.

Constructors

Link copied to clipboard
constructor(title: String? = null, author: String? = null, subject: String? = null, company: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard