|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PdfChunk | |
|---|---|
| com.itextpdf.text | |
| com.itextpdf.text.pdf | |
| Uses of PdfChunk in com.itextpdf.text |
|---|
| Methods in com.itextpdf.text with parameters of type PdfChunk | |
|---|---|
boolean |
SplitCharacter.isSplitCharacter(int start,
int current,
int end,
char[] cc,
PdfChunk[] ck)
Returns true if the character can split a line. |
| Uses of PdfChunk in com.itextpdf.text.pdf |
|---|
| Fields in com.itextpdf.text.pdf declared as PdfChunk | |
|---|---|
protected PdfChunk |
VerticalText.currentStandbyChunk
The chunk created by the splitting. |
protected PdfChunk[] |
BidiLine.detailChunks
|
protected PdfChunk[] |
BidiLine.storedDetailChunks
|
| Fields in com.itextpdf.text.pdf with type parameters of type PdfChunk | |
|---|---|
protected java.util.ArrayList<PdfChunk> |
VerticalText.chunks
The chunks that form the text. |
protected java.util.ArrayList<PdfChunk> |
BidiLine.chunks
|
protected java.util.ArrayList<PdfChunk> |
PdfLine.line
The arraylist containing the chunks. |
| Methods in com.itextpdf.text.pdf that return PdfChunk | |
|---|---|
PdfChunk |
PdfLine.getChunk(int idx)
Gets a PdfChunk by index. |
| Methods in com.itextpdf.text.pdf that return types with arguments of type PdfChunk | |
|---|---|
java.util.ArrayList<PdfChunk> |
BidiLine.createArrayOfPdfChunks(int startIdx,
int endIdx)
|
java.util.ArrayList<PdfChunk> |
BidiLine.createArrayOfPdfChunks(int startIdx,
int endIdx,
PdfChunk extraPdfChunk)
|
java.util.Iterator<PdfChunk> |
PdfLine.iterator()
Returns an iterator of PdfChunks. |
| Methods in com.itextpdf.text.pdf with parameters of type PdfChunk | |
|---|---|
void |
BidiLine.addChunk(PdfChunk chunk)
|
void |
BidiLine.addPiece(char c,
PdfChunk chunk)
|
java.util.ArrayList<PdfChunk> |
BidiLine.createArrayOfPdfChunks(int startIdx,
int endIdx,
PdfChunk extraPdfChunk)
|
protected char |
DefaultSplitCharacter.getCurrentCharacter(int current,
char[] cc,
PdfChunk[] ck)
Returns the current character |
boolean |
DefaultSplitCharacter.isSplitCharacter(int start,
int current,
int end,
char[] cc,
PdfChunk[] ck)
Checks if a character can be used to split a PdfString. |
| Method parameters in com.itextpdf.text.pdf with type arguments of type PdfChunk | |
|---|---|
void |
BidiLine.addChunks(java.util.ArrayList<PdfChunk> chunks)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||