public static enum PdfTokenizer.TokenType extends Enum<PdfTokenizer.TokenType>
Enum Constant and Description |
---|
Comment |
EndArray |
EndDic |
EndObj |
EndOfFile |
Name |
Number |
Obj |
Other |
Ref |
StartArray |
StartDic |
String |
Modifier and Type | Method and Description |
---|---|
static PdfTokenizer.TokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfTokenizer.TokenType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PdfTokenizer.TokenType Number
public static final PdfTokenizer.TokenType String
public static final PdfTokenizer.TokenType Name
public static final PdfTokenizer.TokenType Comment
public static final PdfTokenizer.TokenType StartArray
public static final PdfTokenizer.TokenType EndArray
public static final PdfTokenizer.TokenType StartDic
public static final PdfTokenizer.TokenType EndDic
public static final PdfTokenizer.TokenType Ref
public static final PdfTokenizer.TokenType Obj
public static final PdfTokenizer.TokenType EndObj
public static final PdfTokenizer.TokenType Other
public static final PdfTokenizer.TokenType EndOfFile
public static PdfTokenizer.TokenType[] values()
for (PdfTokenizer.TokenType c : PdfTokenizer.TokenType.values()) System.out.println(c);
public static PdfTokenizer.TokenType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 1998–2023 iText Group NV. All rights reserved.