Package apple.coregraphics.enums
Class CGPDFObjectType
- java.lang.Object
-
- apple.coregraphics.enums.CGPDFObjectType
-
public final class CGPDFObjectType extends java.lang.ObjectAn identifier to describe an object's type.
-
-
Field Detail
-
Null
public static final int Null
- See Also:
- Constant Field Values
-
Boolean
public static final int Boolean
- See Also:
- Constant Field Values
-
Integer
public static final int Integer
- See Also:
- Constant Field Values
-
Real
public static final int Real
- See Also:
- Constant Field Values
-
Name
public static final int Name
- See Also:
- Constant Field Values
-
String
public static final int String
- See Also:
- Constant Field Values
-
Array
public static final int Array
- See Also:
- Constant Field Values
-
Dictionary
public static final int Dictionary
- See Also:
- Constant Field Values
-
Stream
public static final int Stream
- See Also:
- Constant Field Values
-
-