Uses of Class
org.eclipse.nebula.paperclips.core.text.StyledTextPrint
-
Packages that use StyledTextPrint Package Description org.eclipse.nebula.paperclips.core.text -
-
Uses of StyledTextPrint in org.eclipse.nebula.paperclips.core.text
Methods in org.eclipse.nebula.paperclips.core.text 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)
-