com.lowagie.text.pdf
Class PdfLiteral

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

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
(package private) PdfLiteral(byte[] b)
           
(package private) PdfLiteral(int type, byte[] b)
           
(package private) PdfLiteral(int type, String text)
           
(package private) 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

PdfLiteral(String text)

PdfLiteral

PdfLiteral(byte[] b)

PdfLiteral

PdfLiteral(int type,
           String text)

PdfLiteral

PdfLiteral(int type,
           byte[] b)