PdfLayoutFormat class
Represents a layouting format
Constructors
- PdfLayoutFormat({PdfLayoutType? layoutType, PdfLayoutBreakType? breakType, Rect? paginateBounds})
- Initializes a new instance of the PdfLayoutFormat class.
- PdfLayoutFormat.fromFormat(PdfLayoutFormat baseFormat)
- Initializes a new instance of the PdfLayoutFormat class from an existing format.
Properties
- breakType ↔ PdfLayoutBreakType
-
Break type of the element.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- layoutType ↔ PdfLayoutType
-
Layout type of the element.
getter/setter pair
- paginateBounds ↔ Rect
-
Gets the bounds on the next page.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited