lineendtype-ag凯发旗舰厅



com.spire.presentation
enum lineendtype

java.lang.object
  extended by java.lang.enum<lineendtype>
      extended by com.spire.presentation.lineendtype
all implemented interfaces:
java.lang.comparable<lineendtype>

public enum lineendtype
extends java.lang.enum<lineendtype>

represents the style of an arrowhead.


enum constant summary
diamond
           
no_end
           
none
           
oval
           
stealth_arrow
           
triangle_arrow_head
           
un_defined
           
 
method summary
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

un_defined

public static final lineendtype un_defined

none

public static final lineendtype none

triangle_arrow_head

public static final lineendtype triangle_arrow_head

stealth_arrow

public static final lineendtype stealth_arrow

diamond

public static final lineendtype diamond

oval

public static final lineendtype oval

no_end

public static final lineendtype no_end
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()


网站地图