Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
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 the
append(String) |