Package | Description |
---|---|
org.faceless.pdf2 |
Contains the classes used to create a PDF document
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2001-2017 Big Faceless Organization