![]() |
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| getVisible () | |
| setVisible ($value) | |
| getWidth () | |
| setWidth (Unit $value) | |
| toString () | |
| getDashStyle () | |
| setDashStyle ($value) | |
| getColor () | |
| setColor ($hexValue) | |
Barcode image border parameters
| getColor | ( | ) |
Border color. Default value: #000000
| getDashStyle | ( | ) |
Border dash style. Default value: BorderDashStyle::SOLID.
| getVisible | ( | ) |
Border visibility. If false than parameter Width is always ignored (0). Default value: false.
| getWidth | ( | ) |
Border width. Default value: 0. Ignored if Visible is set to false.
| setColor | ( | $hexValue | ) |
Border color. Default value: #000000
| setDashStyle | ( | $value | ) |
Border dash style. Default value: BorderDashStyle::SOLID.
| setVisible | ( | $value | ) |
Border visibility. If false than parameter Width is always ignored (0). Default value: false.
| setWidth | ( | Unit | $value | ) |
Border width. Default value: 0. Ignored if Visible is set to false. public
| toString | ( | ) |
Returns a human-readable string representation of this BorderParameters.