EdgeInsets

Object represents page insets.

Constructors

Link copied to clipboard
constructor()
Creates a default EdgeInsets object with all values set to 0.
constructor(top: Float, left: Float, bottom: Float, right: Float)
Creates an edge insets object representation.

Properties

Link copied to clipboard
The bottom edge inset value in PDF points.
Link copied to clipboard
val left: Float
The left edge inset value in PDF points.
Link copied to clipboard
The right edge inset value in PDF points.
Link copied to clipboard
val top: Float
The top edge inset value in PDF points.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Compares these edge insets to another object for equality.
Link copied to clipboard
open fun hashCode(): Int
Returns a hash code value for these edge insets.
Link copied to clipboard
open fun inverted(): EdgeInsets
Creates a new EdgeInsets with all values negated.
Link copied to clipboard
open fun toString(): String
Returns a string representation of these edge insets.