OutputFormat
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum OutputFormat extends Enum<OutputFormat>
The output format of a data.
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final OutputFormat Html
The HTML format.
public static final OutputFormat PlainText
The plain text format.
public static OutputFormat[] values()
Returns: com.groupdocs.search.options.OutputFormat[]
public static OutputFormat valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: OutputFormat
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.