com.spire.pdf.annotations
Enum PdfTextMarkupAnnotationType

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

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

Specifies the Style of the Text Markup Annotation


Enum Constant Summary
Highlight
           
Squiggly
           
Strike_Out
           
Underline
           
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

Highlight

public static final PdfTextMarkupAnnotationType Highlight

Underline

public static final PdfTextMarkupAnnotationType Underline

Squiggly

public static final PdfTextMarkupAnnotationType Squiggly

Strike_Out

public static final PdfTextMarkupAnnotationType Strike_Out
Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()