![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Paddings parameters. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self, _java_class) |
| str | __str__ (self) |
| Returns a human-readable string representation of this Padding. More... | |
| Optional[Unit] | bottom (self) |
| Bottom padding. More... | |
| None | bottom (self, Unit value) |
| Bottom padding. More... | |
| Optional[Unit] | left (self) |
| Left padding. More... | |
| None | left (self, Unit value) |
| Left padding. More... | |
| Optional[Unit] | right (self) |
| Right padding. More... | |
| None | right (self, Unit value) |
| Right padding. More... | |
| Optional[Unit] | top (self) |
| Top padding. More... | |
| None | top (self, Unit value) |
| Top padding. More... | |
Paddings parameters.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
| Optional[Unit] bottom | ( | self | ) |
Bottom padding.
| None bottom | ( | self, | |
| Unit | value | ||
| ) |
Bottom padding.
| Optional[Unit] left | ( | self | ) |
Left padding.
| None left | ( | self, | |
| Unit | value | ||
| ) |
Left padding.
| Optional[Unit] right | ( | self | ) |
Right padding.
| None right | ( | self, | |
| Unit | value | ||
| ) |
Right padding.
| Optional[Unit] top | ( | self | ) |
Top padding.
| None top | ( | self, | |
| Unit | value | ||
| ) |
Top padding.