public interface CosString extends CosObject
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getcontainsOnlyHex()
true if the all non-white-space characters if the hexadecimal string belong to the range 0-9, a-f, A-F
|
Long |
gethexCount()
for hexadecimal strings the number of Hex digits (non-white-space characters in the range 0-9, a-f, A-F); 0 for strings in standard format
|
Boolean |
getisHex()
true if the string is stored in Hex format
|
String |
getvalue()
internal byte presentation of the string after decoding from hex format (for strings in hexadecimal format) or after decoding all escape sequences (for strings in standard format)
|
getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentString getvalue()
Boolean getisHex()
Boolean getcontainsOnlyHex()
Long gethexCount()
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.