Aspose.BarCode for Python via Java  24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
BorderDashStyle Class Reference

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...
 

Detailed Description

Specifies the style of dashed border lines.

Member Data Documentation

◆ DASH

int DASH = 1
static

Specifies a line consisting of dashes.

◆ DASH_DOT

int DASH_DOT = 3
static

Specifies a line consisting of a repeating pattern of dash-dot.

◆ DASH_DOT_DOT

int DASH_DOT_DOT = 4
static

Specifies a line consisting of a repeating pattern of dash-dot-dot.

◆ DOT

int DOT = 2
static

Specifies a line consisting of dots.

◆ SOLID

int SOLID = 0
static

Specifies a solid line.