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.


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
add_BeginPrint, add_EndPrint, add_PrintPage, add_QueryPageSettings, getDefaultPageSettings, getDocumentName, getOriginAtMargins, getPrintController, getPrinterSettings, print, remove_BeginPrint, remove_EndPrint, remove_PrintPage, remove_QueryPageSettings, setDefaultPageSettings, setDocumentName, setOriginAtMargins, setPrintController, setPrinterSettings, toString_PrintDocument_New
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, 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.