com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class DocumentActionCollection



  • public final class DocumentActionCollection
    extends Object

    Class describes actions performed on some actions with document

    • Constructor Detail

      • DocumentActionCollection

        public DocumentActionCollection(IDocument document)

        Constructor for DocumentActionCollection. Constructs DocumentActionCollection objects from Pdf.Kit.Engine Document object.

        Parameters:
        document - Document for which action colleciton is created.
    • Method Detail

      • getBeforeSaving

        public PdfAction getBeforeSaving()

        Gets action performed before document saving.

        Returns:
        PdfAction object
      • setBeforeSaving

        public void setBeforeSaving(PdfAction value)

        Sets action performed before document saving.

        Parameters:
        value - PdfAction object
      • getBeforeClosing

        public PdfAction getBeforeClosing()

        Gets action that will be performed before documetn closing.

        Returns:
        PdfAction object
      • setBeforeClosing

        public void setBeforeClosing(PdfAction value)

        Sets action that will be performed before documetn closing.

        Parameters:
        value - PdfAction object
      • getAfterSaving

        public PdfAction getAfterSaving()

        Gets action that will be performed after document saving.

        Returns:
        PdfAction object
      • setAfterSaving

        public void setAfterSaving(PdfAction value)

        Sets action that will be performed after document saving.

        Parameters:
        value - PdfAction object
      • getBeforePrinting

        public PdfAction getBeforePrinting()

        Action that will be performed before document printing.

        Returns:
        PdfAction before printing
      • setBeforePrinting

        public void setBeforePrinting(PdfAction value)

        Action that will be performed before document printing.

        Parameters:
        value - PdfAction before printing
      • getAfterPrinting

        public PdfAction getAfterPrinting()

        Action that will be performed after document printing.

        Returns:
        PdfAction after printing
      • setAfterPrinting

        public void setAfterPrinting(PdfAction value)

        Action that will be performed after document printing.

        Parameters:
        value - PdfAction after printing