| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PdfDashStyle>
com.spire.pdf.graphics.PdfDashStyle
public enum PdfDashStyle
Possible dash styles of the pen.
| Enum Constant Summary | |
|---|---|
| CustomUser defined dash style. | |
| DashDashed line. | |
| Dash_DotDash-dot line. | |
| Dash_Dot_DotDash-dot-dot line. | |
| DotDotted line. | |
| SolidSolid line. | |
| Method Summary | |
|---|---|
|  java.lang.String | getName() | 
|  int | getValue() | 
| Enum Constant Detail | 
|---|
public static final PdfDashStyle Solid
public static final PdfDashStyle Dash
public static final PdfDashStyle Dot
public static final PdfDashStyle Dash_Dot
public static final PdfDashStyle Dash_Dot_Dot
public static final PdfDashStyle Custom
| Method Detail | 
|---|
public java.lang.String getName()
public int getValue()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||