public class GFCosString extends GFCosObject
| Modifier and Type | Field and Description |
|---|---|
static String |
COS_STRING_TYPE
Type name for GFCosString
|
baseObject, cosDocument, MAX_NUMBER_OF_ELEMENTS| Constructor and Description |
|---|
GFCosString(COSString cosString)
Default constructor
|
GFCosString(COSString cosString,
String type)
Constructor for child classes
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getcontainsOnlyHex()
true if all symbols below range 0-9,a-f,A-F
|
Long |
gethexCount()
contains original hexa string length
|
Boolean |
getisHex()
true if the string is stored in Hex format
|
String |
getvalue()
Get string value stored in the PDF object
|
getFromValuepublic static final String COS_STRING_TYPE
public GFCosString(COSString cosString)
cosString - greenfield COSStringpublic GFCosString(COSString cosString,
String type)
cosString - is greenfield COSString.type - child class type.public String getvalue()
public Boolean getisHex()
public Boolean getcontainsOnlyHex()
public Long gethexCount()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.