|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PresentationPrintDocument
public class PresentationPrintDocument
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 |
---|
public PresentationPrintDocument(Presentation presentation)
Creates PresentationPrintDocument for a PPT presentation.
presentation
- PPT presetation.public PresentationPrintDocument(PresentationEx presentation)
Creates PresentationPrintDocument for a PPTX presentation.
presentation
- PPTX presentation.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |