public class TXTEncoderSettings extends EncoderSettings
| Constructor and Description |
|---|
TXTEncoderSettings()
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
FileEncoding |
getFileEncoding()
Returns text file encoding scheme.
|
TextFormatterSettings |
getFormatter()
Returns text-formatting settings.
|
String |
getMIMEType()
Returns output format.
|
String[] |
getSupportedMIMETypes()
Returns supported MIME types.
|
boolean |
isByteOrderMarkOn()
Returns whether BOM (byte-order mark) is enabled.
|
void |
setByteOrderMarkOn(boolean byteOrderMarkOn)
Specifies whether BOM mark needs to be enabled.
|
void |
setFileEncoding(FileEncoding fileEncoding) |
getpublic TXTEncoderSettings()
public String[] getSupportedMIMETypes()
EncoderSettingsgetSupportedMIMETypes in class EncoderSettingspublic String getMIMEType()
EncoderSettingsgetMIMEType in class EncoderSettingspublic void setFileEncoding(FileEncoding fileEncoding) throws XDocException
XDocExceptionpublic void setByteOrderMarkOn(boolean byteOrderMarkOn)
byteOrderMarkOn - public boolean isByteOrderMarkOn()
public FileEncoding getFileEncoding()
public TextFormatterSettings getFormatter()