PdfLayoutBreakType enum

Specifies how the element should be contained on the page.

Inheritance

Constructors

PdfLayoutBreakType()
const

Values

fitPage → const PdfLayoutBreakType

Fit the element according to the bounds specified or the page bounds.

fitElement → const PdfLayoutBreakType

If the element doesn't fit at the first page, don't draw it on this page.

fitColumnsToPage → const PdfLayoutBreakType

Fit the columns withtin the page.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<PdfLayoutBreakType>
A constant List of the values in this enum, in order of their declaration.