Package apple.pdfkit.enums
Class PDFAreaOfInterest
- java.lang.Object
-
- apple.pdfkit.enums.PDFAreaOfInterest
-
public final class PDFAreaOfInterest extends java.lang.ObjectPDF areas of interest (bitfield, multiple bits below may be set).
-
-
Field Summary
Fields Modifier and Type Field Description static longAnnotationAreastatic longControlAreastatic longIconAreastatic longImageAreastatic longLinkAreastatic longNoAreastatic longPageAreastatic longPopupAreastatic longTextAreastatic longTextFieldArea
-
-
-
Field Detail
-
NoArea
public static final long NoArea
- See Also:
- Constant Field Values
-
PageArea
public static final long PageArea
- See Also:
- Constant Field Values
-
TextArea
public static final long TextArea
- See Also:
- Constant Field Values
-
AnnotationArea
public static final long AnnotationArea
- See Also:
- Constant Field Values
-
LinkArea
public static final long LinkArea
- See Also:
- Constant Field Values
-
ControlArea
public static final long ControlArea
- See Also:
- Constant Field Values
-
TextFieldArea
public static final long TextFieldArea
- See Also:
- Constant Field Values
-
IconArea
public static final long IconArea
- See Also:
- Constant Field Values
-
PopupArea
public static final long PopupArea
- See Also:
- Constant Field Values
-
ImageArea
public static final long ImageArea
- See Also:
- Constant Field Values
-
-