类 PdfSaveOptions
java.lang.Object
com.grapecity.documents.excel.SaveOptionsBase
com.grapecity.documents.excel.PdfSaveOptions
Option class for saving csv file.
-
构造器概要
-
方法概要
修饰符和类型方法说明Gets the document properties of pdf.Get the JavaScript to be execute when the saved PDF file is opened.boolean
Returns if the sheet's background image is printed on the page.boolean
Returns if the transparency of the cell's background color is printed on the page.Gets the the security settings of pdf.The settings about performing shrink to fit on the wrapped text.void
Sets the document properties of pdf.void
setOpenActionScript
(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
Sets the the security settings of pdf.toString()
从类继承的方法 com.grapecity.documents.excel.SaveOptionsBase
getFileFormat, setFileFormat
-
构造器详细资料
-
PdfSaveOptions
public PdfSaveOptions()Constructor.
-
-
方法详细资料
-
getPrintBackgroundPicture
public boolean getPrintBackgroundPicture()Returns if the sheet's background image is printed on the page. -
setPrintBackgroundPicture
public void setPrintBackgroundPicture(boolean value) Sets if the sheet's background image is printed on the page. -
getPrintTransparentCell
public boolean getPrintTransparentCell()Returns if the transparency of the cell's background color is printed on the page. -
setPrintTransparentCell
public void setPrintTransparentCell(boolean value) Sets if the transparency of the cell's background color is printed on the page. -
getShrinkToFitSettings
The settings about performing shrink to fit on the wrapped text. -
getDocumentProperties
Gets the document properties of pdf. -
setDocumentProperties
Sets the document properties of pdf. -
getOpenActionScript
Get the JavaScript to be execute when the saved PDF file is opened.- 返回:
-
setOpenActionScript
Set the JavaScript to be execute when the saved PDF file is opened.- 参数:
openActionScript
-
-
getSecurityOptions
Gets the the security settings of pdf. -
setSecurityOptions
Sets the the security settings of pdf. -
toString
-