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