![]() |
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Public Attributes | |
| const | SOLID = 0 |
| const | DASH = 1 |
| const | DOT = 2 |
| const | DASH_DOT = 3 |
| const | DASH_DOT_DOT = 4 |
Specifies the style of dashed border lines.
| const BorderDashStyle::DASH = 1 |
Specifies a line consisting of dashes.
| const BorderDashStyle::DASH_DOT = 3 |
Specifies a line consisting of a repeating pattern of dash-dot.
| const BorderDashStyle::DASH_DOT_DOT = 4 |
Specifies a line consisting of a repeating pattern of dash-dot-dot.
| const BorderDashStyle::DOT = 2 |
Specifies a line consisting of dots.
| const BorderDashStyle::SOLID = 0 |
Specifies a solid line.