com.jrefinery.workbook
Class PrintInformation

java.lang.Object
  |
  +--com.jrefinery.workbook.PrintInformation

public class PrintInformation
extends java.lang.Object

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

margins

protected Margins margins
Margins.

vertically_centered

protected boolean vertically_centered
Flag indicating whether the worksheet is vertically centered on the page.

horizontally_centered

protected boolean horizontally_centered
Flag indicating whether the worksheet is horizontally centered on the page.

grid_visible

protected boolean grid_visible
Flag indicating whether the grid is visible.

monochrome

protected boolean monochrome
Flag indicating whether the printing is monochrome.

draft

protected boolean draft
Flag indicating whether the printing is draft quality.

titles

protected boolean titles
Titles?

repeat_top

protected java.lang.String repeat_top
??

repeat_left

protected java.lang.String repeat_left
??

order

protected java.lang.String order
??

orientation

protected int orientation
The paper orientation.

header_left

protected java.lang.String header_left
The left header.

header_middle

protected java.lang.String header_middle
The middle header.

header_right

protected java.lang.String header_right
The right header.

footer_left

protected java.lang.String footer_left
The left footer.

footer_middle

protected java.lang.String footer_middle
The middle footer.

footer_right

protected java.lang.String footer_right
The right footer.

paper

protected java.lang.String paper
The paper size.
Constructor Detail

PrintInformation

public PrintInformation()
Default constructor.
Method Detail

writePrintInformation

public void writePrintInformation(java.io.PrintStream out,
                                  java.lang.String indent)
Writes a print information element to the stream.
Parameters:
out - The output stream.
indent - The indentation.