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
EmailTextPossibleWatermark . |
String |
getText()
Gets the text of this
EmailTextPossibleWatermark . |
void |
setText(String value)
Sets the text of this
EmailTextPossibleWatermark . |
getFormattedTextFragments, getHeight, getImageData, getRotateAngle, getUnitOfMeasurement, getWidth, getX, getY, setImageData
public ContentPart getParent()
Gets the parent of this EmailTextPossibleWatermark
.
getParent
in class PossibleWatermark
EmailTextPossibleWatermark
.public String getText()
Gets the text of this EmailTextPossibleWatermark
.
getText
in class PossibleWatermark
EmailTextPossibleWatermark
.public void setText(String value)
Sets the text of this EmailTextPossibleWatermark
.
setText
in class PossibleWatermark
value
- The text of this EmailTextPossibleWatermark
.Copyright © 2020. All rights reserved.