|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.Drawing.Printing.PrintDocument
com.aspose.slides.PresentationPrintDocument
public class PresentationPrintDocument
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 |
---|
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 |