public enum PDFDictionaryType extends Enum<PDFDictionaryType>
Enum Constant and Description |
---|
Action |
Catalog |
Dictionary |
Info
Document Information Dictionary
|
Layer |
Navigator |
Page |
PagePiece |
VT |
Modifier and Type | Method and Description |
---|---|
String |
elementName() |
boolean |
usesIDAttribute() |
static PDFDictionaryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFDictionaryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFDictionaryType Action
public static final PDFDictionaryType Catalog
public static final PDFDictionaryType Dictionary
public static final PDFDictionaryType Layer
public static final PDFDictionaryType Navigator
public static final PDFDictionaryType Page
public static final PDFDictionaryType Info
public static final PDFDictionaryType VT
public static final PDFDictionaryType PagePiece
public static PDFDictionaryType[] values()
for (PDFDictionaryType c : PDFDictionaryType.values()) System.out.println(c);
public static PDFDictionaryType 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()
public boolean usesIDAttribute()
Copyright © 2025 Apache Software Foundation. All rights reserved.