Package apple.pdfkit.enums
Class PDFMarkupType
- java.lang.Object
-
- apple.pdfkit.enums.PDFMarkupType
-
public final class PDFMarkupType extends java.lang.ObjectTypes of markup annotations.
-
-
Field Detail
-
Highlight
public static final long Highlight
- See Also:
- Constant Field Values
-
StrikeOut
public static final long StrikeOut
- See Also:
- Constant Field Values
-
Underline
public static final long Underline
- See Also:
- Constant Field Values
-
Redact
public static final long Redact
- See Also:
- Constant Field Values
-
-