papyrus.DSL.builders.MetadataBuilder
See theMetadataBuilder companion object
case class MetadataBuilder(nameFile: String, extension: Extension, savingPath: String, language: Language, title: String, author: String, charset: Charset, styleSheet: StyleSheet, styleBuilder: MainStyleBuilder, modifiedFields: Set[Field]) extends Builder[Metadata]
Builds document metadata with constrained fields
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
class MetadataBuilderProxy
Members list
Value members
Concrete methods
Extension method from MetadataBuilder
Sets author name
Sets author name
Attributes
Extension method from MetadataBuilder
Sets charset ("utf-8", "iso-8859-1", "windows-1252")
Sets charset ("utf-8", "iso-8859-1", "windows-1252")
Attributes
Extension method from MetadataBuilder
Sets file extension ("html" or "pdf")
Sets file extension ("html" or "pdf")
Attributes
Extension method from MetadataBuilder
Sets language ("en", "it", "fr", "de", etc.)
Sets language ("en", "it", "fr", "de", etc.)
Attributes
Extension method from MetadataBuilder
Sets filename
Sets filename
Attributes
Extension method from MetadataBuilder
Sets absolute saving path
Sets absolute saving path
Attributes
Extension method from MetadataBuilder
Sets style parameters with another builder
Sets style parameters with another builder
Attributes
Extension method from MetadataBuilder
Sets stylesheet path (String ending with ".css"). Papyrus create a default stylesheet
Sets stylesheet path (String ending with ".css"). Papyrus create a default stylesheet
Attributes
Extension method from MetadataBuilder
Sets document title
Sets document title
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article