com.lowagie.text.pdf
Class PdfLiteral

java.lang.Object
  |
  +--com.lowagie.text.pdf.PdfObject
        |
        +--com.lowagie.text.pdf.PdfLiteral

public class PdfLiteral
extends PdfObject

a Literal


Field Summary
 
Fields inherited from class com.lowagie.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
 
Constructor Summary
PdfLiteral(byte[] b)
           
PdfLiteral(int type, byte[] b)
           
PdfLiteral(int type, String text)
           
PdfLiteral(String text)
           
 
Methods inherited from class com.lowagie.text.pdf.PdfObject
getBytes, isArray, isBoolean, isDictionary, isName, isNull, isNumber, isStream, isString, length, setContent, toPdf, toString, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfLiteral

public PdfLiteral(String text)

PdfLiteral

public PdfLiteral(byte[] b)

PdfLiteral

public PdfLiteral(int type,
                  String text)

PdfLiteral

public PdfLiteral(int type,
                  byte[] b)