| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.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[] |
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) |
Copyright © 2021. All rights reserved.