|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<WatermarkPosition> com.cete.dynamicpdf.pageelements.WatermarkPosition
public enum WatermarkPosition
Specifies the position of watermark.
Enum Constant Summary | |
---|---|
BottomCenter
position Bottom Center of the page. |
|
BottomLeft
position Bottom Left of the page. |
|
BottomRight
position Bottom Right of the page. |
|
Center
position Center of the page. |
|
MiddleLeft
position Middle Left of the page. |
|
MiddleRight
position Middle Right of the page. |
|
TopCenter
position Top Center of the page. |
|
TopLeft
position Top Left of the page. |
|
TopRight
position 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 |