pdfdashstyle-ag凯发旗舰厅



com.spire.pdf.graphics
enum pdfdashstyle

java.lang.object
  extended by java.lang.enum<pdfdashstyle>
      extended by 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.


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.
solid
          solid line.
 
method summary
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

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.
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图