|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.Printing.PrintDocument
com.spire.presentation.PresentationPrintDocument
public class PresentationPrintDocument
Provides a default implementation for printing of a Presentation within the .NET printing framework.
Constructor Summary | |
---|---|
PresentationPrintDocument(Presentation presentation)
|
|
PresentationPrintDocument(PresentationPpt presentation)
Creates PresentationPrintDocument for a PPT presentation. |
|
PresentationPrintDocument(PresentationPptx presentation)
Creates PresentationPrintDocument for a PPTX presentation. |
Method Summary | |
---|---|
Order |
getPrintOrder()
The order of Print. |
PageSlideCount |
getSlideCountPerPageForPrint()
|
boolean |
isGrayLevelForPrint()
Whether to set gray level for printing |
boolean |
isSlideFrameForPrint()
Whether to set slideFrame for printing. |
void |
print()
|
void |
selectSlidesForPrint(java.lang.String... selectSlidesForPrint)
Select print slides |
void |
setGrayLevelForPrint(boolean grayLevelForPrint)
|
void |
setPrintOrder(Order printOrder)
|
void |
setSlideCountPerPageForPrint(PageSlideCount slideCountPerPageForPrint)
|
void |
setSlideFrameForPrint(boolean slideFrameForPrint)
|
Constructor Detail |
---|
public PresentationPrintDocument(PresentationPpt presentation)
presentation
- PPT presetation.public PresentationPrintDocument(PresentationPptx presentation)
presentation
- PPTX presentation.public PresentationPrintDocument(Presentation presentation)
Method Detail |
---|
public PageSlideCount getSlideCountPerPageForPrint()
public void setSlideCountPerPageForPrint(PageSlideCount slideCountPerPageForPrint)
public Order getPrintOrder()
public void setPrintOrder(Order printOrder)
public boolean isSlideFrameForPrint()
public void setSlideFrameForPrint(boolean slideFrameForPrint)
public boolean isGrayLevelForPrint()
public void setGrayLevelForPrint(boolean grayLevelForPrint)
public void selectSlidesForPrint(java.lang.String... selectSlidesForPrint)
public void print()
print
in class com.spire.ms.Printing.PrintDocument
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |