EmailTextPossibleWatermark
Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark
public abstract class EmailTextPossibleWatermark extends PossibleWatermark
Represents possible watermark in email message text fields.
Methods
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() |
getParent()
public ContentPart getParent()
Gets the parent of this .
Returns: ContentPart - The parent of this .
getText()
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)
.
setText(String value)
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) . |
remove()
public void remove()