com.aspose.slides
Class PresentationPrintDocument

java.lang.Object
  extended by com.aspose.ms.System.Drawing.Printing.PrintDocument
      extended by com.aspose.slides.PresentationPrintDocument

public class PresentationPrintDocument
extends com.aspose.ms.System.Drawing.Printing.PrintDocument

Provides a default implementation for printing of a Presentation within the .NET printing framework.


Field Summary
 
Fields inherited from class com.aspose.ms.System.Drawing.Printing.PrintDocument
BeginPrint, EndPrint, PrintPage, QueryPageSettings
 
Constructor Summary
PresentationPrintDocument(Presentation presentation)
           Creates PresentationPrintDocument for a PPT presentation.
PresentationPrintDocument(PresentationEx presentation)
           Creates PresentationPrintDocument for a PPTX presentation.
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Drawing.Printing.PrintDocument
getDefaultPageSettings, getDocumentName, getOriginAtMargins, getPrintController, getPrinterSettings, print, setDefaultPageSettings, setDocumentName, setOriginAtMargins, setPrintController, setPrinterSettings, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PresentationPrintDocument

public PresentationPrintDocument(Presentation presentation)

Creates PresentationPrintDocument for a PPT presentation.

Parameters:
presentation - PPT presetation.

PresentationPrintDocument

public PresentationPrintDocument(PresentationEx presentation)

Creates PresentationPrintDocument for a PPTX presentation.

Parameters:
presentation - PPTX presentation.