com.aspose.slides
Class PresentationPrintDocument

java.lang.Object
  extended by com.aspose.slides.PresentationPrintDocument

public class PresentationPrintDocument
extends java.lang.Object

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 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.