Package-level declarations
Types
Link copied to clipboard
data class PageFormatInfo(val pageWidth: Size? = null, val pageHeight: Size? = null, val margin: Sizes? = null, val contentBorderWidth: Sizes? = null, val contentBorderColor: Color? = null, val columnCount: Int? = null, val alignment: Container.TextAlignment? = null) : Defaultable
Immutable information about the format of all pages of a document. When any of the fields is null
, the default value supplied by the underlying renderer is used.
Link copied to clipboard
Position of a margin box on a page.
Link copied to clipboard
The orientation of a page.
Link copied to clipboard
Standard page sizes.