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 StyledTextPrint
StyledTextPrint. append(java.lang.String text)
Appends the given text to the end of the document, using the default style.StyledTextPrint
StyledTextPrint. append(java.lang.String text, TextStyle style)
Appends the given text to the end of the document, using the given style.StyledTextPrint
StyledTextPrint. append(Print element)
Appends the given element to the document.StyledTextPrint
StyledTextPrint. newline()
Appends a line break to the document.StyledTextPrint
StyledTextPrint. setStyle(TextStyle style)
Sets the text style that will be applied to text added through theappend(String)
-