|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutBox.Text | |
|---|---|
| org.faceless.pdf2 | Contains the classes used to create a PDF document |
| Uses of LayoutBox.Text in org.faceless.pdf2 |
|---|
| Methods in org.faceless.pdf2 that return LayoutBox.Text | |
|---|---|
LayoutBox.Text |
LayoutBox.addText(char[] buf,
int off,
int len,
PDFStyle style,
Locale locale)
Add a line of text to the LayoutBox. |
LayoutBox.Text |
LayoutBox.addText(String string,
PDFStyle style,
Locale locale)
Add a line of text to the LayoutBox. |
LayoutBox.Text |
LayoutBox.addTextNoBreak(char[] buf,
int off,
int len,
PDFStyle style,
Locale locale)
Add a line of text to the LayoutBox. |
LayoutBox.Text |
LayoutBox.addTextNoBreak(String string,
PDFStyle style,
Locale locale)
Add a line of text to the LayoutBox. |
LayoutBox.Text |
LayoutBox.Text.getNextTwin()
Return the next "twin" of this Text item, or null if none
exist. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||