DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class DocumentReaderEvents

java.lang.Object
  extended by com.cete.dynamicpdf.DocumentReaderEvents

public class DocumentReaderEvents
extends java.lang.Object

Represents document reader events.

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature.

View Example


Constructor Summary
DocumentReaderEvents()
           
 
Method Summary
 JavaScriptAction getDidPrint()
          Gets document did print event actions.
 JavaScriptAction getDidSave()
          Gets document did save event actions.
 JavaScriptAction getWillClose()
          Gets document will close event actions.
 JavaScriptAction getWillPrint()
          Gets document will print event actions.
 JavaScriptAction getWillSave()
          Gets document will save event actions.
 void setDidPrint(JavaScriptAction didPrintAction)
          Sets document did print event actions.
 void setDidSave(JavaScriptAction didSaveAction)
          Sets document did save event actions.
 void setWillClose(JavaScriptAction willCloseAction)
          Sets document will close event actions.
 void setWillPrint(JavaScriptAction willPrintAction)
          Sets document will print event actions.
 void setWillSave(JavaScriptAction willSaveAction)
          Sets document will save event actions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentReaderEvents

public DocumentReaderEvents()
Method Detail

getWillClose

public JavaScriptAction getWillClose()
Gets document will close event actions.

Returns:
document will close event actions.

setWillClose

public void setWillClose(JavaScriptAction willCloseAction)
Sets document will close event actions.

Parameters:
willCloseAction - document will close event actions.

getWillSave

public JavaScriptAction getWillSave()
Gets document will save event actions.

Returns:
document will save event actions.

setWillSave

public void setWillSave(JavaScriptAction willSaveAction)
Sets document will save event actions.

Parameters:
willSaveAction - document will save event actions.

getDidSave

public JavaScriptAction getDidSave()
Gets document did save event actions.

Returns:
document did save event actions.

setDidSave

public void setDidSave(JavaScriptAction didSaveAction)
Sets document did save event actions.

Parameters:
didSaveAction - document did save event actions.

getWillPrint

public JavaScriptAction getWillPrint()
Gets document will print event actions.

Returns:
document will print event actions.

setWillPrint

public void setWillPrint(JavaScriptAction willPrintAction)
Sets document will print event actions.

Parameters:
willPrintAction - document will print event actions.

getDidPrint

public JavaScriptAction getDidPrint()
Gets document did print event actions.

Returns:
document did print event actions.

setDidPrint

public void setDidPrint(JavaScriptAction didPrintAction)
Sets document did print event actions.

Parameters:
didPrintAction - document did print event actions.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software