public class WatermarkBean extends Object
| Constructor and Description |
|---|
WatermarkBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlignment() |
com.lowagie.text.Image |
getFileImage() |
Font |
getFont() |
String |
getPosition() |
Font |
getPositionFont() |
String |
getText() |
String |
getType() |
void |
setAlignment(String alignment) |
void |
setFileImage(com.lowagie.text.Image fileImage)
This method for set Image.
|
void |
setFont(Font font)
This method for set Font.
|
void |
setPosition(String position) |
void |
setPositionFont(Font positionFont) |
void |
setText(String text)
This method for set text.
|
void |
setType(String type)
This method for set Type.
|
public Font getPositionFont()
public void setPositionFont(Font positionFont)
public String getAlignment()
public void setAlignment(String alignment)
public String getPosition()
public com.lowagie.text.Image getFileImage()
public void setFileImage(com.lowagie.text.Image fileImage)
font - public String getText()
public void setText(String text)
text - public String getType()
public void setType(String type)
type - public Font getFont()
public void setFont(Font font)
font - public void setPosition(String position)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.