OfficeDashStyle
Leave feedback
On this page
Inheritance: java.lang.Object
public final class OfficeDashStyle
Represents a dashed line style.
| Field | Description |
|---|---|
| Solid | Solid (continuous) pen. |
| Default | Same as Solid . |
| Dot | Dot style. |
| Dash | Dash style. |
| DashDot | Dash dot style. |
| DashDotDot | Dash dot dot style. |
public static final int Solid
Solid (continuous) pen.
public static final int Default
Same as Solid .
public static final int Dot
Dot style.
public static final int Dash
Dash style.
public static final int DashDot
Dash dot style.
public static final int DashDotDot
Dash dot dot style.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.