pdfpagerotateangle-ag凯发旗舰厅



com.spire.pdf
enum pdfpagerotateangle

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

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

the number of degrees by which the page should be rotated clockwise when displayed or printed.


enum constant summary
rotate_angle_0
          the page is rotated as 0 angle.
rotate_angle_180
          the page is rotated as 180 angle.
rotate_angle_270
          the page is rotated as 270 angle.
rotate_angle_90
          the page is rotated as 90 angle.
 
method summary
static pdfpagerotateangle fromvalue(int value)
           
 java.lang.string getname()
          gets the name of degrees by which the page should be rotated clockwise when displayed or printed.
 int getvalue()
          gets the number of degrees by which the page should be rotated clockwise when displayed or printed.
 
enum constant detail

rotate_angle_0

public static final pdfpagerotateangle rotate_angle_0
the page is rotated as 0 angle.

rotate_angle_90

public static final pdfpagerotateangle rotate_angle_90
the page is rotated as 90 angle.

rotate_angle_180

public static final pdfpagerotateangle rotate_angle_180
the page is rotated as 180 angle.

rotate_angle_270

public static final pdfpagerotateangle rotate_angle_270
the page is rotated as 270 angle.
method detail

getname

public java.lang.string getname()
gets the name of degrees by which the page should be rotated clockwise when displayed or printed.

getvalue

public int getvalue()
gets the number of degrees by which the page should be rotated clockwise when displayed or printed.

fromvalue

public static pdfpagerotateangle fromvalue(int value)


网站地图