linetype-ag凯发旗舰厅



com.spire.pdf.graphics
enum linetype

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


enum constant summary
first_paragraph_line
          the line is the first in the paragraph.
last_paragraph_line
          the line is the last in the paragraph.
layout_break
          layout break.
new_line_break
          the line has new line symbol.
none
          unknown type line.
 
method summary
static int getlinetypevalue(java.util.enumset<linetype> linetype)
          to get the int value according to the linetype enumset
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

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

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


网站地图