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.TextLayoutBox. addText(char[] buf, int off, int len, PDFStyle style, Locale locale)Add a line of text to the LayoutBox.LayoutBox.TextLayoutBox. addText(String string, PDFStyle style, Locale locale)Add a line of text to the LayoutBox.LayoutBox.TextLayoutBox. addTextNoBreak(char[] buf, int off, int len, PDFStyle style, Locale locale)Add a line of text to the LayoutBox.LayoutBox.TextLayoutBox. addTextNoBreak(String string, PDFStyle style, Locale locale)Add a line of text to the LayoutBox.LayoutBox.TextLayoutBox.Text. getNextTwin()Return the next "twin" of this Text item, ornullif none exist.
-