|
|||||||||
| 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 | |
|---|---|
Custom
User defined dash style. |
|
Dash
Dashed line. |
|
Dash_Dot
Dash-dot line. |
|
Dash_Dot_Dot
Dash-dot-dot line. |
|
Dot
Dotted line. |
|
None
No line. |
|
Solid
Solid 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
public static final PdfDashStyle None
| 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 | ||||||||