PdfAlignmentStyle enum
Specifies how the page template is aligned relative to the template area.
Values
- none → const PdfAlignmentStyle
-
Specifies no alignment.
- topLeft → const PdfAlignmentStyle
-
The template is top left aligned.
- topCenter → const PdfAlignmentStyle
-
The template is top center aligned.
- topRight → const PdfAlignmentStyle
-
The template is top right aligned.
- middleLeft → const PdfAlignmentStyle
-
The template is middle left aligned.
- middleCenter → const PdfAlignmentStyle
-
The template is middle center aligned.
- middleRight → const PdfAlignmentStyle
-
The template is middle right aligned.
- bottomLeft → const PdfAlignmentStyle
-
The template is bottom left aligned.
- bottomCenter → const PdfAlignmentStyle
-
The template is bottom center aligned.
- bottomRight → const PdfAlignmentStyle
-
The template is bottom right aligned.
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<
PdfAlignmentStyle> - A constant List of the values in this enum, in order of their declaration.