|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<templatetype>
com.spire.pdf.templatetype
public enum templatetype
the spire.pdf namespace contains classes for creating pdf document.
enum constant summary | |
---|---|
bottom
page template is used as bottom. |
|
left
page template is used as left. |
|
none
page template is not used as header. |
|
right
page template is used as right. |
|
top
page template is used as top. |
method summary | |
---|---|
java.lang.string |
getname()
gets the name of the page template |
int |
getvalue()
gets the value of the page template |
enum constant detail |
---|
public static final templatetype none
public static final templatetype top
public static final templatetype bottom
public static final templatetype left
public static final templatetype right
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 |