Package-level declarations

Properties

Link copied to clipboard

The name of the paper size, if any.

Functions

Link copied to clipboard
fun PageRange(from: Int, to: Int): PageRange
fun PageRange(from: Int, to: Int): PageRange

Creates a new instance of PageRange with the given parameters.

Link copied to clipboard
fun PaperSize(width: Double, height: Double, unit: PaperSize.Unit, name: String? = null): PaperSize
fun PaperSize(width: Double, height: Double, unit: PaperSize.Unit, name: String? = null): PaperSize

Creates a new instance of PaperSize with the given parameters.