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
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 |
Methods inherited from class com.lowagie.text.pdf.PdfObject |
getBytes, isArray, isBoolean, isDictionary, isName, isNull, isNumber, isStream, isString, length, setContent, toPdf, toString, type |
PdfLiteral
public PdfLiteral(String text)
PdfLiteral
public PdfLiteral(byte[] b)
PdfLiteral
public PdfLiteral(int type,
String text)
PdfLiteral
public PdfLiteral(int type,
byte[] b)