org.jopendocument.print
Class ODTPrinterXML

java.lang.Object
  extended by org.jopendocument.print.ODTPrinter
      extended by org.jopendocument.print.ODTPrinterXML
All Implemented Interfaces:
Printable

public class ODTPrinterXML
extends ODTPrinter


Field Summary
 
Fields inherited from class org.jopendocument.print.ODTPrinter
renderer
 
Fields inherited from interface java.awt.print.Printable
NO_SUCH_PAGE, PAGE_EXISTS
 
Constructor Summary
ODTPrinterXML(OpenDocument doc)
           
 
Method Summary
 int print(Graphics g, PageFormat pageFormat, int pageIndex)
           
 
Methods inherited from class org.jopendocument.print.ODTPrinter
print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ODTPrinterXML

public ODTPrinterXML(OpenDocument doc)
Method Detail

print

public int print(Graphics g,
                 PageFormat pageFormat,
                 int pageIndex)
          throws PrinterException
Specified by:
print in interface Printable
Overrides:
print in class ODTPrinter
Throws:
PrinterException


Copyright © 2010 jOpenDocument All Rights Reserved.