com.lowagie.text.pdf
public class PdfLiteral extends PdfObject
Field Summary | |
---|---|
int | position
Holds value of property position. |
Constructor Summary | |
---|---|
PdfLiteral(String text) | |
PdfLiteral(byte[] b) | |
PdfLiteral(int size) | |
PdfLiteral(int type, String text) | |
PdfLiteral(int type, byte[] b) |
Method Summary | |
---|---|
int | getPosition()
Getter for property position. |
int | getPosLength()
Getter for property posLength. |
void | toPdf(PdfWriter writer, OutputStream os) |
Returns: Value of property position.
Returns: Value of property posLength.