Uses of Class
org.faceless.pdf2.LayoutBox.Text
-
Packages that use LayoutBox.Text Package Description 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 Modifier and Type Method 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, ornull
if none exist.
-