EmailTextPossibleWatermark
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark
public abstract class EmailTextPossibleWatermark extends PossibleWatermark
Represents possible watermark in email message text fields.
| Method | Description |
|---|---|
| getParent() | Gets the parent of this . |
| getText() | Gets the text of this [EmailTextPossibleWatermark](../../com.groupdocs.watermark.search/emailtextpossiblewatermark). |
| setText(String value) | Sets the text of this [EmailTextPossibleWatermark](../../com.groupdocs.watermark.search/emailtextpossiblewatermark). |
| remove() |
public ContentPart getParent()
Gets the parent of this .
Returns: ContentPart - The parent of this .
public String getText()
Gets the text of this [EmailTextPossibleWatermark](../../com.groupdocs.watermark.search/emailtextpossiblewatermark).
Returns:
java.lang.String - The text of this [EmailTextPossibleWatermark](../../com.groupdocs.watermark.search/emailtextpossiblewatermark).
public void setText(String value)
Sets the text of this [EmailTextPossibleWatermark](../../com.groupdocs.watermark.search/emailtextpossiblewatermark).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The text of this [EmailTextPossibleWatermark](../../com.groupdocs.watermark.search/emailtextpossiblewatermark). |
public void remove()
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.