类 PdfSaveOptions

java.lang.Object
com.grapecity.documents.excel.SaveOptionsBase
com.grapecity.documents.excel.PdfSaveOptions

public class PdfSaveOptions extends SaveOptionsBase
用于保存PDF文件的选项类。
  • 构造器详细资料

    • PdfSaveOptions

      public PdfSaveOptions()
      构造函数。
  • 方法详细资料

    • getPrintBackgroundPicture

      public boolean getPrintBackgroundPicture()
      返回是否在页面上打印工作表的背景图片。
    • setPrintBackgroundPicture

      public void setPrintBackgroundPicture(boolean value)
      设置是否在页面上打印工作表的背景图片。
    • getPrintTransparentCell

      public boolean getPrintTransparentCell()
      返回单元格背景色的透明度是否在页面上打印。
    • setPrintTransparentCell

      public void setPrintTransparentCell(boolean value)
      设置是否在页面上打印单元格背景色的透明度。
    • getShrinkToFitSettings

      public IShrinkToFitSettings getShrinkToFitSettings()
      关于对包裹文本执行收缩以适应的设置。
    • getDocumentProperties

      public DocumentProperties getDocumentProperties()
      获取PDF的文档属性。
    • setDocumentProperties

      public void setDocumentProperties(DocumentProperties value)
      设置PDF的文档属性。
    • getOpenActionScript

      public String getOpenActionScript()
      获取当保存的PDF文件被打开时要执行的JavaScript。
      返回:
      保存的PDF文件打开时要执行的JavaScript代码。
    • setOpenActionScript

      public void setOpenActionScript(String openActionScript)
      设置当保存的PDF文件被打开时要执行的JavaScript。
      参数:
      openActionScript - 保存的PDF文件打开时要执行的JavaScript代码。
    • getSecurityOptions

      public PdfSecurityOptions getSecurityOptions()
      获取PDF的安全设置。
    • setSecurityOptions

      public void setSecurityOptions(PdfSecurityOptions value)
      设置PDF的安全设置。
    • getPagePrintingEvent

      public Event<EventHandler<PagePrintingEventArgs>> getPagePrintingEvent()
      发生在打印页面之前。
    • getPagePrintedEvent

      public Event<EventHandler<PagePrintedEventArgs>> getPagePrintedEvent()
      发生页面打印时。
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • getFormFields

      public boolean getFormFields()
      指明是否用PDF表单字段替换Excel表单控件。并非所有控件和属性都受到支持。
      返回:
      如果Excel表单控件将作为PDF表单字段导出,则返回True。否则,返回false。默认值为false
    • setFormFields

      public void setFormFields(boolean value)
      表示是否用PDF表单字段替换Excel表单控件。并非所有控件和属性都支持。
      参数:
      value - 如果Excel表单控件将作为PDF表单字段导出,则True。否则,false。默认值是false
    • getBorderOptions

      public final HashMap<BorderLineStyle,CustomBorderStyle> getBorderOptions()
      这个字典在导出pdf时存储边框选项。