Uses of Class
net.sf.paperclips.StyledTextPrint
-
Packages that use StyledTextPrint Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of StyledTextPrint in net.sf.paperclips
Methods in net.sf.paperclips that return StyledTextPrint Modifier and Type Method Description StyledTextPrintStyledTextPrint. append(java.lang.String text)Appends the given text to the end of the document, using the default style.StyledTextPrintStyledTextPrint. append(java.lang.String text, TextStyle style)Appends the given text to the end of the document, using the given style.StyledTextPrintStyledTextPrint. append(Print element)Appends the given element to the document.StyledTextPrintStyledTextPrint. newline()Appends a line break to the document.StyledTextPrintStyledTextPrint. setStyle(TextStyle style)Sets the text style that will be applied to text added through theappend(String)
-