PdfLayoutBreakType enum
Specifies how the element should be contained on the page.
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
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.