File
File: OutputFormats.java
Package: com.dtsearch.engine
Syntax
Fields
|
Field |
Description |
|---|---|
|
ANSI text | |
|
Output format for FileConverter that organizes document content, metadata, and attachments into a standard XML format | |
|
HTML | |
|
RTF | |
|
Unicode encoded as UTF-8 (if output is directed to a string, the string will be UCS-16) | |
|
HTML without any formatting, for generating a synopsis that is HTML-encoded but that does not include formatting such as font settings, paragraph breaks, etc. | |
|
XML | |
|
ANSI text | |
|
Output format for FileConverter that organizes document content, metadata, and attachments into a standard XML format | |
|
HTML | |
|
RTF | |
|
Unicode encoded as UTF-8 (if output is directed to a string, the string will be UCS-16) | |
|
HTML without any formatting, for generating a synopsis that is HTML-encoded but that does not include formatting such as font settings, paragraph breaks, etc. | |
|
XML |
Description
Values for FileConverter.OutputFormat and SearchReportJob.OutputFormat
Class Hierarchy
com.dtsearch.engine.OutputFormats