pdftransitiondirection-ag凯发旗舰厅



com.spire.pdf
enum pdftransitiondirection

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

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

enumeration of transition directions.


enum constant summary
bottom_to_top
          bottom to top direction.
left_to_right
          left to right direction.
right_to_left
          right to left direction.
top_left_to_bottom_right
          topleft to bottomright direction.
top_to_bottom
          top to bottom direction.
 
method summary
 java.lang.string getname()
          gets the name of transition directions.
 int getvalue()
          gets the value of transition directions.
 
enum constant detail

left_to_right

public static final pdftransitiondirection left_to_right
left to right direction.

bottom_to_top

public static final pdftransitiondirection bottom_to_top
bottom to top direction.

right_to_left

public static final pdftransitiondirection right_to_left
right to left direction.

top_to_bottom

public static final pdftransitiondirection top_to_bottom
top to bottom direction.

top_left_to_bottom_right

public static final pdftransitiondirection top_left_to_bottom_right
topleft to bottomright direction.
method detail

getname

public java.lang.string getname()
gets the name of transition directions.

getvalue

public int getvalue()
gets the value of transition directions.


网站地图