public final class EmailEditOptions extends Object implements IEditOptions
Allows to specify custom options for editing documents in the different electronic mail (email) formats
| Constructor and Description |
|---|
EmailEditOptions()
Initializes a new instance of the
EmailEditOptions class, where all options are set to their default values |
EmailEditOptions(int mailMessageOutput)
Initializes a new instance of the
EmailEditOptions class with MailMessageOutput(getMailMessageOutput()/setMailMessageOutput(int)) parameter |
| Modifier and Type | Method and Description |
|---|---|
int |
getMailMessageOutput()
Allows to control which parts of the mail message should be delivered to the output
EditableDocument and then to the emitted HTML |
void |
setMailMessageOutput(int value)
Allows to control which parts of the mail message should be delivered to the output
EditableDocument and then to the emitted HTML |
public EmailEditOptions()
Initializes a new instance of the EmailEditOptions class, where all options are set to their default values
public EmailEditOptions(int mailMessageOutput)
Initializes a new instance of the EmailEditOptions class with MailMessageOutput(getMailMessageOutput()/setMailMessageOutput(int)) parameter
mailMessageOutput - The mail message output, which also can be specified through the propertypublic final int getMailMessageOutput()
Allows to control which parts of the mail message should be delivered to the output EditableDocument and then to the emitted HTML
MailMessageOutput.Allpublic final void setMailMessageOutput(int value)
Allows to control which parts of the mail message should be delivered to the output EditableDocument and then to the emitted HTML
MailMessageOutput.AllCopyright © 2024. All rights reserved.