pdfpageorientation-ag凯发旗舰厅



com.spire.pdf
enum pdfpageorientation

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

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

enumerator that implements page orientations.


enum constant summary
landscape
          landscape orientation.
portrait
          portrait orientation.
 
method summary
 java.lang.string getname()
          gets the name to enumerator that implements page orientations.
 int getvalue()
          gets the value to enumerator that implements page orientations.
 
enum constant detail

portrait

public static final pdfpageorientation portrait
portrait orientation.

landscape

public static final pdfpageorientation landscape
landscape orientation.
method detail

getname

public java.lang.string getname()
gets the name to enumerator that implements page orientations.

getvalue

public int getvalue()
gets the value to enumerator that implements page orientations.


网站地图