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 | Method and Description |
---|---|
PdfChunk |
PdfLine.getChunk(int idx)
Gets a
PdfChunk by index. |
Modifier and Type | Method and Description |
---|---|
void |
BidiLine.addChunk(PdfChunk chunk) |
void |
BidiLine.addPiece(char c,
PdfChunk chunk) |
ArrayList |
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 . |
Copyright © 2018. All rights reserved.