PDF Clown
0.0.8

it.stefanochizzolini.clown.objects
Class PdfTextString

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObject
      extended by it.stefanochizzolini.clown.objects.PdfDataObject
          extended by it.stefanochizzolini.clown.objects.PdfDirectObject
              extended by it.stefanochizzolini.clown.objects.PdfAtomicObject<byte[]>
                  extended by it.stefanochizzolini.clown.objects.PdfString
                      extended by it.stefanochizzolini.clown.objects.PdfTextString
All Implemented Interfaces:
Cloneable, Comparable<PdfDirectObject>

public class PdfTextString
extends PdfString

PDF text string object [PDF:1.6:3.8.1].

Remarks

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.

Since:
0.0.6
Version:
0.0.7
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

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

PdfTextString

public PdfTextString()

PdfTextString

public PdfTextString(byte[] rawValue)

PdfTextString

public PdfTextString(String value)
Method Detail

clone

public Object clone(File context)
Description copied from class: PdfObject
Gets the clone of the object, registered inside the given file context.

Overrides:
clone in class PdfString

getEncoding

public String getEncoding()

getValue

public Object getValue()
Description copied from class: PdfAtomicObject
Gets the high-level representation of the value.

Overrides:
getValue in class PdfString

setValue

public void setValue(Object value)
Description copied from class: PdfAtomicObject
Sets the high-level representation of the value.

Overrides:
setValue in class PdfString

setRawValue

public void setRawValue(byte[] value)
Description copied from class: PdfAtomicObject
Sets the low-level representation of the value.

Overrides:
setRawValue in class PdfAtomicObject<byte[]>

toString

public String toString()
Overrides:
toString in class PdfAtomicObject<byte[]>

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.