Package | Description |
---|---|
com.lowagie.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected ByteBuffer |
PdfContentByte.content
This is the actual content
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.append_i(int b)
Appends an
int . |
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(ByteBuffer buf)
Appends another
ByteBuffer to this buffer. |
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(String str)
Appends a
String to the buffer. |
ByteBuffer |
ByteBuffer.appendHex(byte b) |
ByteBuffer |
PdfContentByte.getInternalBuffer()
Gets the internal buffer.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.append(ByteBuffer buf)
Appends another
ByteBuffer to this buffer. |
static String |
ByteBuffer.formatDouble(double d,
ByteBuffer buf)
Outputs a
double into a format suitable for the PDF. |
Copyright © 2018. All rights reserved.