@ExperimentalApi public final class ContentRepresentation extends BaseApiEnum
Modifier and Type | Field and Description |
---|---|
static ContentRepresentation |
ANONYMOUS_EXPORT_VIEW
HTML representation for viewing, but with absolute urls, instead of relative urls in the markup, and macros are rendered as though
it is viewed by an anonymous user.
|
static ContentRepresentation |
EDITOR
Representation suitable for use in the rich text editor
|
static ContentRepresentation |
EXPORT_VIEW
HTML representation for viewing, but with absolute urls, instead of relative urls in the markup.
|
static Iterable<ContentRepresentation> |
INPUT_CONVERSION_TO_STORAGE_ORDER
An ordered enumeration of ContentRepresentations that can be converted to STORAGE format.
|
static ContentRepresentation |
PLAIN
Raw database format as plain text with no XHTML or WIKI markup.
|
static ContentRepresentation |
RAW
Raw "database" format.
|
static ContentRepresentation |
STORAGE
Raw database format, for content that stores data in our XML storage format
|
static ContentRepresentation |
STYLED_VIEW
A rendered view that includes inline styles in a |