linetype-ag凯发旗舰厅
com.spire.pdf.graphics
enum linetype
java.lang.object
java.lang.enum<linetype>
com.spire.pdf.graphics.linetype
- all implemented interfaces:
- java.lang.comparable<linetype>
public enum linetype
- extends java.lang.enum<linetype>
break type of the line.
none
public static final linetype none
- unknown type line.
new_line_break
public static final linetype new_line_break
- the line has new line symbol.
layout_break
public static final linetype layout_break
- layout break.
first_paragraph_line
public static final linetype first_paragraph_line
- the line is the first in the paragraph.
last_paragraph_line
public static final linetype last_paragraph_line
- the line is the last in the paragraph.
getname
public java.lang.string getname()
getvalue
public int getvalue()
getlinetypevalue
public static int getlinetypevalue(java.util.enumset<linetype> linetype)
- to get the int value according to the linetype enumset
- parameters:
linetype
- the fieldflags enumset
- returns:
- the linetype enumset's int value