Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Specifies the style of dashed border lines. More...
Inherits Enum.
Static Public Attributes | |
int | DASH = 1 |
Specifies a line consisting of dashes. More... | |
int | DASH_DOT = 3 |
Specifies a line consisting of a repeating pattern of dash-dot. More... | |
int | DASH_DOT_DOT = 4 |
Specifies a line consisting of a repeating pattern of dash-dot-dot. More... | |
int | DOT = 2 |
Specifies a line consisting of dots. More... | |
int | SOLID = 0 |
Specifies a solid line. More... | |
Specifies the style of dashed border lines.
|
static |
Specifies a line consisting of dashes.
|
static |
Specifies a line consisting of a repeating pattern of dash-dot.
|
static |
Specifies a line consisting of a repeating pattern of dash-dot-dot.
|
static |
Specifies a line consisting of dots.
|
static |
Specifies a solid line.