pdfdashstyle-ag凯发旗舰厅
com.spire.pdf.graphics
enum pdfdashstyle
java.lang.object
java.lang.enum<pdfdashstyle>
com.spire.pdf.graphics.pdfdashstyle
- all implemented interfaces:
- java.lang.comparable<pdfdashstyle>
public enum pdfdashstyle
- extends java.lang.enum<pdfdashstyle>
possible dash styles of the pen.
solid
public static final pdfdashstyle solid
- solid line.
dash
public static final pdfdashstyle dash
- dashed line.
dot
public static final pdfdashstyle dot
- dotted line.
dash_dot
public static final pdfdashstyle dash_dot
- dash-dot line.
dash_dot_dot
public static final pdfdashstyle dash_dot_dot
- dash-dot-dot line.
custom
public static final pdfdashstyle custom
- user defined dash style.
getname
public java.lang.string getname()
getvalue
public int getvalue()