Uses of Class
org.eclipse.swt.custom.StyledTextPrintOptions
Packages that use StyledTextPrintOptions
-
Uses of StyledTextPrintOptions in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as StyledTextPrintOptionsModifier and TypeFieldDescription(package private) StyledTextPrintOptionsStyledText.Printing.printOptionsMethods in org.eclipse.swt.custom with parameters of type StyledTextPrintOptionsModifier and TypeMethodDescriptionStyledText.print(Printer printer, StyledTextPrintOptions options) Returns a runnable that will print the widget's text to the specified printer.Constructors in org.eclipse.swt.custom with parameters of type StyledTextPrintOptionsModifierConstructorDescription(package private)Printing(StyledText styledText, Printer printer, StyledTextPrintOptions printOptions) Creates an instance ofPrinting.