|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<pdfdockstyle>
com.spire.pdf.pdfdockstyle
public enum pdfdockstyle
specifies the docking style of the page template.
this enumeration is used in class.
enum constant summary | |
---|---|
bottom
the page template edge is docked to the bottom page's side. |
|
fill
the page template stretch on full page. |
|
left
the page template edge is docked to the left page's side. |
|
none
the page template is not docked. |
|
right
the page template edge is docked to the right page's side. |
|
top
the page template edge is docked to the top page's side. |
method summary | |
---|---|
java.lang.string |
getname()
gets the name specifing the docking style of the page template. |
int |
getvalue()
gets the value specifing the docking style of the page template. |
enum constant detail |
---|
public static final pdfdockstyle none
public static final pdfdockstyle bottom
public static final pdfdockstyle top
public static final pdfdockstyle left
public static final pdfdockstyle right
public static final pdfdockstyle fill
method detail |
---|
public java.lang.string getname()
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |