| 
 | |||||||||
| 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 | |
|---|---|
| BottomThe page template edge is docked to the bottom page's side. | |
| FillThe page template stretch on full page. | |
| LeftThe page template edge is docked to the left page's side. | |
| NoneThe page template is not docked. | |
| RightThe page template edge is docked to the right page's side. | |
| TopThe 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 | ||||||||