Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Field | Description |
---|---|---|
protected ByteBuffer |
PdfContentByte.content |
This is the actual content
|
protected ByteBuffer |
PdfWriter.PdfBody.index |
|
protected ByteBuffer |
PdfWriter.PdfBody.streamObjects |
Modifier and Type | Method | Description |
---|---|---|
ByteBuffer |
ByteBuffer.append(byte b) |
|
ByteBuffer |
ByteBuffer.append(byte[] b) |
Appends an array of bytes.
|
ByteBuffer |
ByteBuffer.append(byte[] b,
int off,
int len) |
Appends the subarray of the
byte array. |
ByteBuffer |
ByteBuffer.append(char c) |
Appends a
char to the buffer. |
ByteBuffer |
ByteBuffer.append(double d) |
Appends a string representation of a
double according
to the Pdf conventions. |
ByteBuffer |
ByteBuffer.append(float i) |
Appends a string representation of a
float according
to the Pdf conventions. |
ByteBuffer |
ByteBuffer.append(int i) |
Appends the string representation of an
int . |
ByteBuffer |
ByteBuffer.append(long i) |
Appends the string representation of a
long . |
ByteBuffer |
ByteBuffer.append(ByteBuffer buf) |
Appends another
ByteBuffer to this buffer. |
ByteBuffer |
ByteBuffer.append(java.lang.String str) |
Appends a
String to the buffer. |
ByteBuffer |
ByteBuffer.append_i(int b) |
Appends an
int . |
ByteBuffer |
ByteBuffer.appendHex(byte b) |
|
ByteBuffer |
PdfContentByte.getInternalBuffer() |
Gets the internal buffer.
|
Modifier and Type | Method | Description |
---|---|---|
ByteBuffer |
ByteBuffer.append(ByteBuffer buf) |
Appends another
ByteBuffer to this buffer. |
static void |
StringUtils.escapeString(byte[] bytes,
ByteBuffer content) |
Escapes a
byte array according to the PDF conventions. |
static java.lang.String |
ByteBuffer.formatDouble(double d,
ByteBuffer buf) |
Outputs a
double into a format suitable for the PDF. |
Copyright © 1998–2018. All rights reserved.