public interface RenderContextOutputType
| Modifier and Type | Field and Description |
|---|---|
static String |
DISPLAY
Used when rendering is occuring in display mode, such as when viewing a Confluence page.
|
static String |
EMAIL
Used when rendering is occuring in a notification, such as one received via email by "Watch"ing a Confluence page
|
static String |
FEED
Used when rendering is occuring in a feed, such as from using Confluence's built-in RSS feeds
|
static String |
HTML_EXPORT
Used when rendering is occuring in an HTML export, such as from using Confluence's export space mechanism
|
static String |
PDF
Used when rendering is occuring in a PDF document, such as from using Confluence's "Export to PDF" option
|
static String |
PREVIEW
Used when rendering is occuring in preview mode, such as on the preview tab when editing a Confluence page
|
static String |
WORD
Used when rendering is occuring in a Word document, such as from using Confluence's "Edit in Word" option
|
static final String PREVIEW
static final String DISPLAY
static final String WORD
static final String PDF
static final String HTML_EXPORT
static final String FEED
static final String EMAIL
Copyright © 2019 Atlassian. All rights reserved.