PdfMargins class
Constructors
- PdfMargins.cm({num? top, num? bottom, num? left, num? right})
-
factory
- PdfMargins.inches({num? top, num? bottom, num? left, num? right})
- PdfMargins.mm({num? top, num? bottom, num? left, num? right})
-
factory
- PdfMargins.px({int? top, int? bottom, int? left, int? right})
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- zero → PdfMargins
-
final