public enum PDFObjectType extends Enum<PDFObjectType>
Enum Constant and Description |
---|
Array |
Boolean |
Dictionary |
Name |
Number |
Reference |
String |
Modifier and Type | Method and Description |
---|---|
String |
elementName() |
static PDFObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFObjectType Array
public static final PDFObjectType Boolean
public static final PDFObjectType Dictionary
public static final PDFObjectType Name
public static final PDFObjectType Number
public static final PDFObjectType Reference
public static final PDFObjectType String
public static PDFObjectType[] values()
for (PDFObjectType c : PDFObjectType.values()) System.out.println(c);
public static PDFObjectType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String elementName()
Copyright © 2025 Apache Software Foundation. All rights reserved.