PdfLayoutType enum
Specifies type of paginating.
Values
- paginate → const PdfLayoutType
-
If the element exceeds the page, proceed it on the next page.
- onePage → const PdfLayoutType
-
Draw the element on the one page only.
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<
PdfLayoutType> - A constant List of the values in this enum, in order of their declaration.