|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.stefanochizzolini.clown.objects.PdfObject
it.stefanochizzolini.clown.objects.PdfDataObject
it.stefanochizzolini.clown.objects.PdfDirectObject
it.stefanochizzolini.clown.objects.PdfAtomicObject<byte[]>
it.stefanochizzolini.clown.objects.PdfString
it.stefanochizzolini.clown.objects.PdfTextString
public class PdfTextString
PDF text string object [PDF:1.6:3.8.1].
Text strings are meaningful only as part of the document hierarchy; they cannot appear within content streams. They represent information that is intended to be human-readable.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class it.stefanochizzolini.clown.objects.PdfString |
---|
PdfString.SerializationModeEnum |
Constructor Summary | |
---|---|
PdfTextString()
|
|
PdfTextString(byte[] rawValue)
|
|
PdfTextString(String value)
|
Method Summary | |
---|---|
Object |
clone(File context)
Gets the clone of the object, registered inside the given file context. |
String |
getEncoding()
|
Object |
getValue()
Gets the high-level representation of the value. |
void |
setRawValue(byte[] value)
Sets the low-level representation of the value. |
void |
setValue(Object value)
Sets the high-level representation of the value. |
String |
toString()
|
Methods inherited from class it.stefanochizzolini.clown.objects.PdfString |
---|
compareTo, getSerializationMode, setSerializationMode, writeTo |
Methods inherited from class it.stefanochizzolini.clown.objects.PdfAtomicObject |
---|
clone, getRawValue |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PdfTextString()
public PdfTextString(byte[] rawValue)
public PdfTextString(String value)
Method Detail |
---|
public Object clone(File context)
PdfObject
clone
in class PdfString
public String getEncoding()
public Object getValue()
PdfAtomicObject
getValue
in class PdfString
public void setValue(Object value)
PdfAtomicObject
setValue
in class PdfString
public void setRawValue(byte[] value)
PdfAtomicObject
setRawValue
in class PdfAtomicObject<byte[]>
public String toString()
toString
in class PdfAtomicObject<byte[]>
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |