pdfactiondestination-ag凯发旗舰厅



com.spire.pdf.actions
enum pdfactiondestination

java.lang.object
  extended by java.lang.enum<pdfactiondestination>
      extended by com.spire.pdf.actions.pdfactiondestination
all implemented interfaces:
java.lang.comparable<pdfactiondestination>

public enum pdfactiondestination
extends java.lang.enum<pdfactiondestination>

specifies the available named actions supported by the viewer.


enum constant summary
firstpage
          navigate to first page.
lastpage
          navigate to first page.
nextpage
          navigate to next page.
prevpage
          navigate to previous page.
 
method summary
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

firstpage

public static final pdfactiondestination firstpage
navigate to first page.

lastpage

public static final pdfactiondestination lastpage
navigate to first page.

nextpage

public static final pdfactiondestination nextpage
navigate to next page.

prevpage

public static final pdfactiondestination prevpage
navigate to previous page.
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图