EasyPDF Java SDK
v6.1

com.bcl.easypdf.EasyPDFPrinter
Class IPowerPointPrintJob

java.lang.Object
  extended by com.bcl.easypdf.EasyPDFPrinter.IPrintJob
      extended by com.bcl.easypdf.EasyPDFPrinter.IPowerPointPrintJob

public class IPowerPointPrintJob
extends IPrintJob

Use an object of this class to convert a PowerPoint document into a PDF document.


Method Summary
 boolean getFitToPage()
           
 boolean getFrameSlides()
           
 int getHandoutOrder()
           
 int getOutputType()
           
 int getPrintColorType()
           
 int getQueueWaitTimeout()
           
 void setFitToPage(boolean newVal)
          Call this method with true if you want to adjust the slide to fit the paper size.
 void setFrameSlides(boolean newVal)
           
 void setHandoutOrder(int EprnPpHandoutOrder)
           
 void setOutputType(int EprnPpOutputType)
           
 void setPrintColorType(int EprnPpColorType)
           
 void setQueueWaitTimeout(int newVal)
           
 
Methods inherited from class com.bcl.easypdf.EasyPDFPrinter.IPrintJob
getBannerMessage, getConversionResult, getConversionResultMessage, getFileConversionTimeout, getInitializationTimeout, getMakeTempCopyOfInput, getPageConversionTimeout, getPDFSetting, getPrinterResult, getPrinterResultMessage, PrintOut, PrintOut2, PrintOut3, setBannerMessage, setFileConversionTimeout, setInitializationTimeout, setMakeTempCopyOfInput, setPageConversionTimeout, setPageFrom, setPageTo, setSignatureDigitalIDPassword
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPrintColorType

public int getPrintColorType()
                      throws EasyPDFException
Returns:
one of the print color types defined in prnPpColorType
Throws:
EasyPDFException
See Also:
prnPpColorType

setPrintColorType

public void setPrintColorType(int EprnPpColorType)
                       throws EasyPDFException
Parameters:
EprnPpColorType - a value defined in prnPpColorType
Throws:
EasyPDFException
See Also:
prnPpColorType

getQueueWaitTimeout

public int getQueueWaitTimeout()
                        throws EasyPDFException
Returns:
queue wait time in milliseconds
Throws:
EasyPDFException

setQueueWaitTimeout

public void setQueueWaitTimeout(int newVal)
                         throws EasyPDFException
Parameters:
newVal - queue wait time in milliseconds
Throws:
EasyPDFException

getFitToPage

public boolean getFitToPage()
                     throws EasyPDFException
Returns:
true if the slide is adjusted to fit the paper size; false otherwise
Throws:
EasyPDFException

setFitToPage

public void setFitToPage(boolean newVal)
                  throws EasyPDFException
Call this method with true if you want to adjust the slide to fit the paper size.

Throws:
EasyPDFException

getFrameSlides

public boolean getFrameSlides()
                       throws EasyPDFException
Returns:
a boolean value indicating whether to draw a frame around the border of slides
Throws:
EasyPDFException

setFrameSlides

public void setFrameSlides(boolean newVal)
                    throws EasyPDFException
Parameters:
newVal - true if slides are framed; false otherwise
Throws:
EasyPDFException

getHandoutOrder

public int getHandoutOrder()
                    throws EasyPDFException
Returns:
one of the values defined in prnPpHandoutOrder
Throws:
EasyPDFException
See Also:
prnPpHandoutOrder

setHandoutOrder

public void setHandoutOrder(int EprnPpHandoutOrder)
                     throws EasyPDFException
Parameters:
EprnPpHandoutOrder - a value defined in prnPpHanoutOrder
Throws:
EasyPDFException
See Also:
prnPpHandoutOrder

getOutputType

public int getOutputType()
                  throws EasyPDFException
Returns:
one of the values defined in prnPpOutputType
Throws:
EasyPDFException

setOutputType

public void setOutputType(int EprnPpOutputType)
                   throws EasyPDFException
Parameters:
EprnPpOutputType - a value defined in prnPpOutputType
Throws:
EasyPDFException
See Also:
prnPpOutputType

EasyPDF Java SDK
v6.1

Copyright 2009 BCL Technologies. All rights reserved.