java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfLiteral
Deprecated.
a Literal
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionPdfLiteral(byte[] b) Deprecated.PdfLiteral(int size) Deprecated.PdfLiteral(int type, byte[] b) Deprecated.PdfLiteral(int type, String text) Deprecated.PdfLiteral(String text) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionlongDeprecated.Getter for property position.intDeprecated.Getter for property posLength.voidtoPdf(PdfWriter writer, OutputStream os) Deprecated.Writes the PDF representation of thisPdfObjectas an array ofbytes to the writer.Methods inherited from class com.lowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, toString, type
-
Constructor Details
-
PdfLiteral
Deprecated. -
PdfLiteral
public PdfLiteral(byte[] b) Deprecated. -
PdfLiteral
public PdfLiteral(int size) Deprecated. -
PdfLiteral
Deprecated. -
PdfLiteral
public PdfLiteral(int type, byte[] b) Deprecated.
-
-
Method Details
-
toPdf
Deprecated.Description copied from class:PdfObjectWrites the PDF representation of thisPdfObjectas an array ofbytes to the writer.- Overrides:
toPdfin classPdfObject- Parameters:
writer- for backwards compatibilityos- TheOutputStreamto write the bytes to.- Throws:
IOException- on error
-
getPosition
public long getPosition()Deprecated.Getter for property position.- Returns:
- Value of property position.
-
getPosLength
public int getPosLength()Deprecated.Getter for property posLength.- Returns:
- Value of property posLength.
-