DocumentInfo
constructor(type: DocumentType = DocumentType.PLAIN, name: String? = null, description: String? = null, authors: List<DocumentAuthor> = emptyList(), keywords: List<String> = emptyList(), locale: Locale? = null, numbering: DocumentNumbering? = null, theme: DocumentTheme? = null, tex: TexInfo = TexInfo(), layout: DocumentLayoutInfo = DocumentLayoutInfo())
Parameters
type
type of the document
name
name of the document, if specified
description
description of the document, if specified
authors
authors of the document, if specified
keywords
keywords of the document, if specified
locale
language of the document
numbering
formats to apply to element numbering across the document
theme
theme of the document, if specified
pageFormat
format of the pages of the document