StyledText.print

Returns a runnable that will print the widget's text to the specified printer. <p> The runnable may be run in a non-UI thread. </p>

@param printer the printer to print to

@return a <code>Runnable</code> for printing the receiver's text

@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul> @exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT when printer is null</li> </ul>

  1. void print()
  2. Runnable print(Printer printer)
    class StyledText
    Runnable
    print
  3. Runnable print(Printer printer, StyledTextPrintOptions options)

Meta