Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.pdf |
Modifier and Type | Method and Description |
---|---|
boolean |
SplitCharacter.isSplitCharacter(int start,
int current,
int end,
char[] cc,
PdfChunk[] ck)
Returns
true if the character can split a line. |
Modifier and Type | Field and Description |
---|---|
protected PdfChunk |
VerticalText.currentStandbyChunk
The chunk created by the splitting.
|
protected PdfChunk[] |
BidiLine.detailChunks |
protected PdfChunk[] |
BidiLine.storedDetailChunks |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<PdfChunk> |
VerticalText.chunks
The chunks that form the text.
|
protected ArrayList<PdfChunk> |
BidiLine.chunks |
protected ArrayList<PdfChunk> |
PdfLine.line
The arraylist containing the chunks.
|
Modifier and Type | Method and Description |
---|---|
PdfChunk |
PdfLine.getChunk(int idx)
Gets a
PdfChunk by index. |
Modifier and Type | Method and Description |
---|---|
ArrayList<PdfChunk> |
BidiLine.createArrayOfPdfChunks(int startIdx,
int endIdx) |
ArrayList<PdfChunk> |
BidiLine.createArrayOfPdfChunks(int startIdx,
int endIdx,
PdfChunk extraPdfChunk) |
Modifier and Type | Method and Description |
---|---|
void |
BidiLine.addChunk(PdfChunk chunk) |
void |
BidiLine.addPiece(char c,
PdfChunk chunk) |
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 . |
Modifier and Type | Method and Description |
---|---|
void |
BidiLine.addChunks(List<PdfChunk> chunks) |
Copyright © 2020. All rights reserved.