|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LineType>
com.spire.pdf.graphics.LineType
public 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 |
---|
public static final LineType None
public static final LineType New_Line_Break
public static final LineType Layout_Break
public static final LineType First_Paragraph_Line
public static final LineType Last_Paragraph_Line
Method Detail |
---|
public java.lang.String getName()
public int getValue()
public static int getLineTypeValue(java.util.EnumSet<LineType> lineType)
lineType
- the FieldFlags EnumSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |