|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.jrefinery.workbook.PrintInformation
Records print information for a workbook.
| Field Summary | |
protected boolean |
draft
Flag indicating whether the printing is draft quality. |
protected java.lang.String |
footer_left
The left footer. |
protected java.lang.String |
footer_middle
The middle footer. |
protected java.lang.String |
footer_right
The right footer. |
protected boolean |
grid_visible
Flag indicating whether the grid is visible. |
protected java.lang.String |
header_left
The left header. |
protected java.lang.String |
header_middle
The middle header. |
protected java.lang.String |
header_right
The right header. |
protected boolean |
horizontally_centered
Flag indicating whether the worksheet is horizontally centered on the page. |
protected Margins |
margins
Margins. |
protected boolean |
monochrome
Flag indicating whether the printing is monochrome. |
protected java.lang.String |
order
?? |
protected int |
orientation
The paper orientation. |
protected java.lang.String |
paper
The paper size. |
protected java.lang.String |
repeat_left
?? |
protected java.lang.String |
repeat_top
?? |
protected boolean |
titles
Titles? |
protected boolean |
vertically_centered
Flag indicating whether the worksheet is vertically centered on the page. |
| Constructor Summary | |
PrintInformation()
Default constructor. |
|
| Method Summary | |
void |
writePrintInformation(java.io.PrintStream out,
java.lang.String indent)
Writes a print information element to the stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Margins margins
protected boolean vertically_centered
protected boolean horizontally_centered
protected boolean grid_visible
protected boolean monochrome
protected boolean draft
protected boolean titles
protected java.lang.String repeat_top
protected java.lang.String repeat_left
protected java.lang.String order
protected int orientation
protected java.lang.String header_left
protected java.lang.String header_middle
protected java.lang.String header_right
protected java.lang.String footer_left
protected java.lang.String footer_middle
protected java.lang.String footer_right
protected java.lang.String paper
| Constructor Detail |
public PrintInformation()
| Method Detail |
public void writePrintInformation(java.io.PrintStream out,
java.lang.String indent)
out - The output stream.indent - The indentation.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||