public abstract class EmailTextPossibleWatermark extends PossibleWatermark
Represents possible watermark in email message text fields.
Modifier and Type | Method and Description |
---|---|
ContentPart |
getParent()
Gets the parent of this
|
String |
getText()
Gets the text of this
. |
void |
setText(String value)
Sets the text of this
. |
getFormattedTextFragments, getHeight, getImageData, getRotateAngle, getUnitOfMeasurement, getWidth, getX, getY, setImageData
public ContentPart getParent()
getParent
in class PossibleWatermark
public String getText()
EmailTextPossibleWatermark
.getText
in class PossibleWatermark
EmailTextPossibleWatermark
.public void setText(String value)
EmailTextPossibleWatermark
.setText
in class PossibleWatermark
value
- The text of this EmailTextPossibleWatermark
.