org.jfree.workbook
Class PrintInformation

java.lang.Object
  |
  +--org.jfree.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 footerLeft
          The left footer.
protected  java.lang.String footerMiddle
          The middle footer.
protected  java.lang.String footerRight
          The right footer.
protected  boolean gridVisible
          Flag indicating whether the grid is visible.
protected  java.lang.String headerLeft
          The left header.
protected  java.lang.String headerMiddle
          The middle header.
protected  java.lang.String headerRight
          The right header.
protected  boolean horizontallyCentered
          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 repeatLeft
          ??
protected  java.lang.String repeatTop
          ??
protected  boolean titles
          Titles?
protected  boolean verticallyCentered
          Flag indicating whether the worksheet is vertically centered on the page.
 
Constructor Summary
PrintInformation()
          Default constructor.
 
Method Summary
 java.lang.String getFooterLeft()
          Returns the left footer string.
 java.lang.String getFooterMiddle()
          Returns the middle footer string.
 java.lang.String getFooterRight()
          Returns the right footer string.
 java.lang.String getHeaderLeft()
          Returns the left header string.
 java.lang.String getHeaderMiddle()
          Returns the middle header string.
 java.lang.String getHeaderRight()
          Returns the right header string.
 Margins getMargins()
          Returns the margins.
 java.lang.String getOrder()
          Returns the order of page printing.
 int getOrientation()
          Returns the page orientation.
 java.lang.String getPaperSize()
          Returns the paper size.
 java.lang.String getRepeatLeft()
          Returns ???
 java.lang.String getRepeatTop()
          Returns ???.
 boolean isDraft()
          Returns a flag indicating the print quality.
 boolean isGridVisible()
          Returns a flag indicating whether or not the grid is visible.
 boolean isHorizontallyCentered()
          Returns a flag indicating whether or not the content is horizontally centered on the page.
 boolean isMonochrome()
          Returns a flag indicating whether or not the output is monochrome.
 boolean isTitlesVisible()
          Returns a flag indicating whether or not the titles are visible.
 boolean isVerticallyCentered()
          Returns a flag indicating whether or not the content is vertically centered on the page.
 
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.


verticallyCentered

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


horizontallyCentered

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


gridVisible

protected boolean gridVisible
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?


repeatTop

protected java.lang.String repeatTop
??


repeatLeft

protected java.lang.String repeatLeft
??


order

protected java.lang.String order
??


orientation

protected int orientation
The paper orientation.


headerLeft

protected java.lang.String headerLeft
The left header.


headerMiddle

protected java.lang.String headerMiddle
The middle header.


headerRight

protected java.lang.String headerRight
The right header.


footerLeft

protected java.lang.String footerLeft
The left footer.


footerMiddle

protected java.lang.String footerMiddle
The middle footer.


footerRight

protected java.lang.String footerRight
The right footer.


paper

protected java.lang.String paper
The paper size.

Constructor Detail

PrintInformation

public PrintInformation()
Default constructor.

Method Detail

getMargins

public Margins getMargins()
Returns the margins.

Returns:
The margins.

isVerticallyCentered

public boolean isVerticallyCentered()
Returns a flag indicating whether or not the content is vertically centered on the page.

Returns:
A boolean.

isHorizontallyCentered

public boolean isHorizontallyCentered()
Returns a flag indicating whether or not the content is horizontally centered on the page.

Returns:
A boolean.

isGridVisible

public boolean isGridVisible()
Returns a flag indicating whether or not the grid is visible.

Returns:
A boolean.

isMonochrome

public boolean isMonochrome()
Returns a flag indicating whether or not the output is monochrome.

Returns:
A boolean.

isDraft

public boolean isDraft()
Returns a flag indicating the print quality.

Returns:
A boolean.

isTitlesVisible

public boolean isTitlesVisible()
Returns a flag indicating whether or not the titles are visible.

Returns:
A boolean.

getRepeatTop

public java.lang.String getRepeatTop()
Returns ???.

Returns:
???.

getRepeatLeft

public java.lang.String getRepeatLeft()
Returns ???

Returns:
???.

getOrder

public java.lang.String getOrder()
Returns the order of page printing.

Returns:
The order of page printing.

getOrientation

public int getOrientation()
Returns the page orientation.

Returns:
The page orientation.

getHeaderLeft

public java.lang.String getHeaderLeft()
Returns the left header string.

Returns:
The left header string.

getHeaderMiddle

public java.lang.String getHeaderMiddle()
Returns the middle header string.

Returns:
The middle header string.

getHeaderRight

public java.lang.String getHeaderRight()
Returns the right header string.

Returns:
The right header string.

getFooterLeft

public java.lang.String getFooterLeft()
Returns the left footer string.

Returns:
The left footer string.

getFooterMiddle

public java.lang.String getFooterMiddle()
Returns the middle footer string.

Returns:
The middle footer string.

getFooterRight

public java.lang.String getFooterRight()
Returns the right footer string.

Returns:
The right footer string.

getPaperSize

public java.lang.String getPaperSize()
Returns the paper size.

Returns:
The paper size.