|
|||||||||
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 |