org.apache.fop.apps
Class PrintStarter

java.lang.Object
  extended byorg.apache.fop.apps.Starter
      extended byorg.apache.fop.apps.CommandLineStarter
          extended byorg.apache.fop.apps.PrintStarter

public class PrintStarter
extends CommandLineStarter

This class prints a xsl-fo dokument without interaction. At the moment java has not the possibility to configure the printer and it's options without interaction (30.03.2000). This class allows to print a set of pages (from-to), even/odd pages and many copies. - Print from page xxx: property name - start, value int - Print to page xxx: property name - end, value int - Print even/odd pages: property name - even, value boolean - Print xxx copies: property name - copies, value int


Field Summary
 
Fields inherited from class org.apache.fop.apps.Starter
log
 
Constructor Summary
PrintStarter(CommandLineOptions options)
           
 
Method Summary
 void run()
          Run the format.
 
Methods inherited from class org.apache.fop.apps.Starter
setInputHandler, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintStarter

public PrintStarter(CommandLineOptions options)
             throws FOPException
Method Detail

run

public void run()
         throws FOPException
Description copied from class: CommandLineStarter
Run the format.

Overrides:
run in class CommandLineStarter
Throws:
FOPException - if there is an error during processing


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.