public class CMapObject extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
ARRAY |
protected static int |
DICTIONARY |
protected static int |
HEX_STRING |
protected static int |
LITERAL |
protected static int |
NAME |
protected static int |
NUMBER |
protected static int |
STRING |
protected static int |
TOKEN |
Constructor and Description |
---|
CMapObject(int objectType, Object value) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
Object |
getValue() |
boolean |
isArray() |
boolean |
isDictionary() |
boolean |
isHexString() |
boolean |
isLiteral() |
boolean |
isName() |
boolean |
isNumber() |
boolean |
isString() |
boolean |
isToken() |
void |
setValue(Object value) |
String |
toString()
Return String representation of value field.
|
protected static final int STRING
protected static final int HEX_STRING
protected static final int NAME
protected static final int NUMBER
protected static final int LITERAL
protected static final int ARRAY
protected static final int DICTIONARY
protected static final int TOKEN
public CMapObject(int objectType, Object value)
public Object getValue()
public int getType()
public void setValue(Object value)
public boolean isString()
public boolean isHexString()
public boolean isName()
public boolean isNumber()
public boolean isLiteral()
public boolean isArray()
public boolean isDictionary()
public boolean isToken()
Copyright © 1998–2018 iText Group NV. All rights reserved.