|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary> it.stefanochizzolini.clown.documents.DocumentActions
public class DocumentActions
Document actions [PDF:1.6:8.5.2].
Constructor Summary | |
---|---|
DocumentActions(Document context)
|
|
DocumentActions(PdfDirectObject baseObject,
PdfIndirectObject container)
|
Method Summary | |
---|---|
DocumentActions |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
Action |
getAfterPrint()
Gets the action to be performed after printing the document. |
Action |
getAfterSave()
Gets the action to be performed after saving the document. |
Action |
getBeforePrint()
Gets the action to be performed before printing the document. |
Action |
getBeforeSave()
Gets the action to be performed before saving the document. |
Action |
getOnClose()
Gets the action to be performed before closing the document. |
PdfObjectWrapper<?> |
getOnOpen()
Gets the destination to be displayed or the action to be performed after opening the document. |
void |
setAfterPrint(Action value)
|
void |
setAfterSave(Action value)
|
void |
setBeforePrint(Action value)
|
void |
setBeforeSave(Action value)
|
void |
setOnClose(Action value)
|
void |
setOnOpen(PdfObjectWrapper<?> value)
|
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper |
---|
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentActions(Document context)
public DocumentActions(PdfDirectObject baseObject, PdfIndirectObject container)
Method Detail |
---|
public DocumentActions clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public Action getAfterPrint()
public Action getAfterSave()
public Action getBeforePrint()
public Action getBeforeSave()
public Action getOnClose()
public PdfObjectWrapper<?> getOnOpen()
public void setAfterPrint(Action value)
getAfterPrint()
public void setAfterSave(Action value)
getAfterSave()
public void setBeforePrint(Action value)
getBeforePrint()
public void setBeforeSave(Action value)
getBeforeSave()
public void setOnClose(Action value)
getOnClose()
public void setOnOpen(PdfObjectWrapper<?> value)
getOnOpen()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |