Uses of Class
org.eclipse.swt.custom.StyledTextPrintOptions
Package
Description
Provides a framework for creating and manipulating text documents.
SWT Custom widgets.
-
Uses of StyledTextPrintOptions in org.eclipse.jface.text
Modifier and TypeMethodDescriptionvoid
ITextViewerExtension8.print
(StyledTextPrintOptions options) Print the text viewer contents using the given options.void
TextViewer.print
(StyledTextPrintOptions options) Print the text viewer contents using the given options. -
Uses of StyledTextPrintOptions in org.eclipse.swt.custom
Modifier and TypeMethodDescriptionStyledText.print
(Printer printer, StyledTextPrintOptions options) Returns a runnable that will print the widget's text to the specified printer.