| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<WatermarkPosition>
com.cete.dynamicpdf.pageelements.WatermarkPosition
public enum WatermarkPosition
Specifies the position of watermark.
| Enum Constant Summary | |
|---|---|
| BottomCenterposition Bottom Center of the page. | |
| BottomLeftposition Bottom Left of the page. | |
| BottomRightposition Bottom Right of the page. | |
| Centerposition Center of the page. | |
| MiddleLeftposition Middle Left of the page. | |
| MiddleRightposition Middle Right of the page. | |
| TopCenterposition Top Center of the page. | |
| TopLeftposition Top Left of the page. | |
| TopRightposition Top Right of the page. | |
| Method Summary | |
|---|---|
| static WatermarkPosition | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static WatermarkPosition[] | values()Returns an array containing the constants of this enum type, in the order they're declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final WatermarkPosition TopLeft
public static final WatermarkPosition TopCenter
public static final WatermarkPosition TopRight
public static final WatermarkPosition MiddleLeft
public static final WatermarkPosition Center
public static final WatermarkPosition MiddleRight
public static final WatermarkPosition BottomLeft
public static final WatermarkPosition BottomCenter
public static final WatermarkPosition BottomRight
| Method Detail | 
|---|
public static final WatermarkPosition[] values()
for(WatermarkPosition c : WatermarkPosition.values())
        System.out.println(c);
public static WatermarkPosition valueOf(java.lang.String name)
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namename - the name of the enum constant to be returned.
| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||