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