com.spire.pdf.annotations
Enum PdfLineIntent

java.lang.Object
  extended by java.lang.Enum<PdfLineIntent>
      extended by com.spire.pdf.annotations.PdfLineIntent
All Implemented Interfaces:
java.lang.Comparable<PdfLineIntent>

public enum PdfLineIntent
extends java.lang.Enum<PdfLineIntent>

Specifies the Line Intent Style is to be used in the Line annotation.


Enum Constant Summary
Line_Arrow
           
Line_Dimension
           
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

Line_Arrow

public static final PdfLineIntent Line_Arrow

Line_Dimension

public static final PdfLineIntent Line_Dimension
Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()