public final class DocumentActionCollection extends Object
Class describes actions performed on some actions with document
Constructor and Description |
---|
DocumentActionCollection(IDocument document)
Constructor for DocumentActionCollection.
|
Modifier and Type | Method and Description |
---|---|
PdfAction |
getAfterPrinting()
Action that will be performed after document printing.
|
PdfAction |
getAfterSaving()
Gets action that will be performed after document saving.
|
PdfAction |
getBeforeClosing()
Gets action that will be performed before documetn closing.
|
PdfAction |
getBeforePrinting()
Action that will be performed before document printing.
|
PdfAction |
getBeforeSaving()
Gets action performed before document saving.
|
void |
setAfterPrinting(PdfAction value) |
void |
setAfterSaving(PdfAction value)
Sets action that will be performed after document saving.
|
void |
setBeforeClosing(PdfAction value)
Sets action that will be performed before documetn closing.
|
void |
setBeforePrinting(PdfAction value) |
void |
setBeforeSaving(PdfAction value)
Sets action performed before document saving.
|
public DocumentActionCollection(IDocument document)
Constructor for DocumentActionCollection. Constructs DocumentActionCollection objects from Pdf.Kit.Engine Document object.
document
- public PdfAction getBeforeSaving()
Gets action performed before document saving.
public void setBeforeSaving(PdfAction value)
Sets action performed before document saving.
public PdfAction getBeforeClosing()
Gets action that will be performed before documetn closing.
public void setBeforeClosing(PdfAction value)
Sets action that will be performed before documetn closing.
public PdfAction getAfterSaving()
Gets action that will be performed after document saving.
public void setAfterSaving(PdfAction value)
Sets action that will be performed after document saving.
public PdfAction getBeforePrinting()
Action that will be performed before document printing.
public void setBeforePrinting(PdfAction value)
public PdfAction getAfterPrinting()
Action that will be performed after document printing.
public void setAfterPrinting(PdfAction value)
Copyright © 2019 Aspose. All Rights Reserved.