Convenience method for appending text with the specified rich text attributes to the end of the
StyledDocument that represents the current contents of the JTextPane.
B
BEFORE -
Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that print preview dialog should be closed bringing up print dialog.
BOTTOM -
Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies vertical alignment to be bottom justified within the available space.
BOTTOM -
Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies vertical alignment to be bottom justified within the available space.
BOX -
Static variable in class com.wildcrest.j2printerworks.J2Pageable
Specifies that a box is drawn around the header or the footer.
BOX -
Static variable in class com.wildcrest.j2printerworks.J2Printer
Specifies that a box is drawn around the header or the footer.
Exception thrown by J2Printer and J2TextPrinter clone
methods if objects to be cloned are not serializable, i.e.,
if Java throws java.io.NotSerializableException when
J2PrinterWorks attempts to clone your object.
Clears all the "global" (overall, default) headers for both page 1 and pages 2...n to the empty
String "" (NOTE:value cannot be changed in Free Trial Version).
Clears all the "global" (overall, default) headers for either page 1 of pages 2...n to the empty
String "" (NOTE:value cannot be changed in Free Trial Version).
Convenience factory method for making a new JTextPane whose StyledDocument is
a serialized copy (deep clone) of the specified JTextPane's StyledDocument.
GLOBAL -
Static variable in class com.wildcrest.j2printerworks.J2Pageable
Indicates that the "global" (overall, default, J2Printer) values are to be used for margins, header/footer style,
orientation, and scale instead of a "local" value for this Pageable
GLOBAL -
Static variable in class com.wildcrest.j2printerworks.J2Printer
Indicates that the "global" (overall, default, J2Printer) values are to be used for margins,
header/footer style, orientation, etc., as opposed to the "local" (individual Pageable) values.
Convenience method which returns the width of the body height (printable area inside the
top and bottom margins, headers, footers, and gaps)
based on the J2Printer "default" page settings.
Convenience method which returns the width of the body width (printable area inside the left
and right margins) based on the J2Printer "default" page settings.
Returns the "global" (overall, default) Font specified for footers
(same as getFooterFont(FIRST) under assumption that footer fonts on all pages are the same).
Returns the "global" (overall, default) Font specified for headers
(same as getHeaderFont(FIRST) under assumption that header fonts on all pages are the same).
Returns the number of copies of the document to be printed as set by setNumberOfCopies (or the Copies attribute
set using setPrintRequestAttributeSet under J2Printer14).
Method for creating a BufferedImage representation of the specified page (1...n) of the current
Pageable
at screen resolution assuming a scale factor of 1.0 and a black box drawn around the outside edge
of the page.
Method for creating a BufferedImage representation of the specified page (1...n) of the current
Pageable
at screen resolution with a given scale factor and optional black box drawn around the outside edge
of the page.
Method for creating a BufferedImage representation of the specified page (1...n) of a specified
Pageable at screen resolution with a given scale factor and optional black box drawn around the
outside edge of the page.
Convenience method to determine the preferredSize of a Swing JComponent that is exactly tall enough
for all its own content (or its contained Components if it is a Container) given a specified width
(which may or may not be wide enough for all content and/or contained Components).
Convenience method to determine the preferredSize of a Swing JComponent that is exactly tall enough
for all its own content (or its contained Components if it is a Container) given a specified width
(which may or may not be wide enough for all content and/or contained Components).
Returns the print job name for this document as set by setPrintJobName (or the JobName attribute set using
setPrintRequestAttributeSet under J2Printer14)
Deprecated.Use customizable print preview toolbar mechanism to find out print preview
toolbar strings and/or tooltips (see J2Printer documentation). NOTE: calling this method
restores the print preview toolbar to its default appearance.
Method which returns the names of available printers given the current PrintRequestAttributeSet, with the
printer names returned as an array of Strings.