Enum MsoLineDashStyle

Enum MsoLineDashStyle

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

Represents style of dash drawing lines.

public enum MsoLineDashStyle

Fields

Custom = 8

Custom dash style.

Dash = 0

Represent a dash line.

DashDot = 1

Represents a dash-dot line.

DashDotDot = 2

Represents a dash-dot-dot line.

DashLongDash = 3

Represents a long dash-short dash line.

DashLongDashDot = 4

Represents a long dash-short dash-dot line.

RoundDot = 5

Represents a round-dot line.

Solid = 6

Represent a solid line.

SquareDot = 7

Represents a square-dot line.