| java.lang.Object com.ibm.richtext.print.PrintingUtils
userPrintText | public static void userPrintText(MConstText text, AttributeMap defaultStyles, Frame frame, String jobTitle)(Code) | | Print the given text. A Print dialog is presented to the user;
unless the user cancels, the text is printed.
Parameters: text - the text to print Parameters: defaultStyles - default values for unspecified attributes Parameters: frame - the parent of the Print dialog Parameters: jobTitle - the title of the PrintJob |
|
|