public class PdfSaveOptions extends SaveOptionsBase
| Constructor and Description |
|---|
PdfSaveOptions()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentProperties |
getDocumentProperties()
Gets the document properties of pdf.
|
java.lang.String |
getOpenActionScript()
Get the JavaScript to be execute when the saved PDF file is opened.
|
Event<EventHandler<PagePrintedEventArgs>> |
getPagePrintedEvent()
Occurs when a page was printed.
|
Event<EventHandler<PagePrintingEventArgs>> |
getPagePrintingEvent()
Occurs before printing a page.
|
boolean |
getPrintBackgroundPicture()
Returns if the sheet's background image is printed on the page.
|
boolean |
getPrintTransparentCell()
Returns if the transparency of the cell's background color is printed on the
page.
|
PdfSecurityOptions |
getSecurityOptions()
Gets the the security settings of pdf.
|
IShrinkToFitSettings |
getShrinkToFitSettings()
The settings about performing shrink to fit on the wrapped text.
|
void |
RaiseEventPagePrinted(PagePrintedEventArgs printedInfo)
Internal use only
|
void |
RaiseEventPagePrinting(PagePrintingEventArgs printingInfo)
Internal use only
|
void |
setDocumentProperties(DocumentProperties value)
Sets the document properties of pdf.
|
void |
setOpenActionScript(java.lang.String openActionScript)
Set the JavaScript to be execute when the saved PDF file is opened.
|
void |
setPrintBackgroundPicture(boolean value)
Sets if the sheet's background image is printed on the page.
|
void |
setPrintTransparentCell(boolean value)
Sets if the transparency of the cell's background color is printed on the
page.
|
void |
setSecurityOptions(PdfSecurityOptions value)
Sets the the security settings of pdf.
|
java.lang.String |
toString() |
getFileFormatpublic boolean getPrintBackgroundPicture()
public void setPrintBackgroundPicture(boolean value)
public boolean getPrintTransparentCell()
public void setPrintTransparentCell(boolean value)
public IShrinkToFitSettings getShrinkToFitSettings()
public DocumentProperties getDocumentProperties()
public void setDocumentProperties(DocumentProperties value)
public java.lang.String getOpenActionScript()
public void setOpenActionScript(java.lang.String openActionScript)
openActionScript - public PdfSecurityOptions getSecurityOptions()
public void setSecurityOptions(PdfSecurityOptions value)
public Event<EventHandler<PagePrintingEventArgs>> getPagePrintingEvent()
public Event<EventHandler<PagePrintedEventArgs>> getPagePrintedEvent()
public void RaiseEventPagePrinting(PagePrintingEventArgs printingInfo)
printingInfo - public void RaiseEventPagePrinted(PagePrintedEventArgs printedInfo)
printedInfo - public java.lang.String toString()
toString in class java.lang.Object