Package-level declarations

Types

Link copied to clipboard
data class PageFormatInfo(var pageWidth: Size? = null, var pageHeight: Size? = null, var margin: Sizes? = null, var columnCount: Int? = null, var alignment: Container.Alignment? = null)

Mutable information about the format of all pages of a paged 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.