![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Barcode image border parameters. More...
Inherits _MwWrapper.
Public Member Functions | |
| def | __init__ (self, _java_class) |
| str | __str__ (self) |
| Returns a human-readable string representation of this BorderParameters instance. More... | |
| Tuple[int, int, int] | color (self) |
| Border color, representation of an RGB tuple. More... | |
| None | color (self, Tuple[int, int, int] value) |
| Border color, representation of an RGB tuple. More... | |
| BorderDashStyle | dash_style (self) |
| Border dash style. More... | |
| None | dash_style (self, BorderDashStyle value) |
| Border dash style. More... | |
| bool | visible (self) |
| Border visibility. More... | |
| None | visible (self, bool value) |
| Border visibility. More... | |
| Unit | width (self) |
| Border width. More... | |
| None | width (self, Unit value) |
| Border width. More... | |
Barcode image border parameters.
| def __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this BorderParameters instance.
| Tuple[int, int, int] color | ( | self | ) |
Border color, representation of an RGB tuple.
Default value: 0
| None color | ( | self, | |
| Tuple[int, int, int] | value | ||
| ) |
Border color, representation of an RGB tuple.
Default value: 0
| BorderDashStyle dash_style | ( | self | ) |
Border dash style.
Default value: BorderDashStyle.SOLID.
| None dash_style | ( | self, | |
| BorderDashStyle | value | ||
| ) |
Border dash style.
Default value: BorderDashStyle.SOLID.
| bool visible | ( | self | ) |
Border visibility.
If false, the Width parameter is always ignored (0). Default value: false.
| None visible | ( | self, | |
| bool | value | ||
| ) |
Border visibility.
If false, the Width parameter is always ignored (0). Default value: false.
| Unit width | ( | self | ) |
Border width.
Default value: 0. Ignored if Visible is set to false.
| None width | ( | self, | |
| Unit | value | ||
| ) |
Border width.
Default value: 0. Ignored if Visible is set to false.