public enum HtmlConvertOption extends Enum<HtmlConvertOption>
RichTextHTMLConverter.Builder.option(HtmlConvertOption, String)
.RichTextHTMLConverter.Builder.options(Collection, String)
.FontSizeSpec
):Enum Constant and Description |
---|
ACFOnItem
run the ActiveContentfilter on open item (useful for HAPI)
|
AttachmentLink
CD->HTML attachments don't have <a><img>, just text saying "see attachment..."
|
AutoClass
automatically add class names.
|
AutoClassField
add classes to field names - experimental
|
DisablePassThruHTML
Disables passthru HTML, treating the HTML as plain text.
|
FieldChoiceLabel
generate <label> around input tags for checkboxes and radio buttons
|
FieldKeywordTrim
flags (see below) to control trimming of keyword values on fields
|
FieldName
add field name as inner span
|
FontColorSpec |
FontConversion
FontConversion - the master option
0 (classic) - the original web server handling 1 (style) - use combinations of span and other new tags, as controlled by the remaining options. |
FontFaceMonospaceSpec |
FontFaceMonospaceTag |
FontFaceSansserifSpec |
FontFaceSerifSpec |
FontFaceSpecificSpec |
FontSizeBase |
FontSizeSpec |
FontStyleBoldSpec |
FontStyleBoldTag |
FontStyleItalicSpec |
FontStyleItalicTag |
FontStyleStrikethroughSpec |
FontStyleStrikethroughTag |
FontStyleUnderlineSpec |
FontStyleUnderlineTag |
ForceOutlineExpand
Forces all outlines to be expanded, regardless of their expansion in the Notes rich text.
|
ForceRedirectURL
Force using redirect URLs regardless of NAB setting.
|
ForceSectionExpand
Forces all sections to be expanded, regardless of their expansion in the Notes® rich text fields.
|
LinkArg
Add bits of the link object to the link url.
|
LinkHandling
html option version of the HAPI property
|
LinkHTMLAlt
alternate html for links
|
ListFidelity
enable new code for better representation of indented lists
|
MIMEAttachmentLink
similar to AttachmentLink, but for when the Item is type MIME separate option just to not
interfere with already released behavior of the other option.
This option only has effect if the internal logic of the mime processor would have otherwise produced attachment links. For example, explicitly setting this to 0 will NOT cause attachment links to appear if the internal logic has determined that attachment links will not appear. |
MIMEItemFrame |
MultiEmbeddedHTMLView
allow multiple embedded view if: 1) page is in raw mode; 2) view is marked render as html
|
OfferNotesURLInLink
include a notes:// url when generating doclink urls
|
ParagraphIndent
0 will use <ul> for indenting, 1 will use <div>
|
RenderHighlight
for FontConverstion = 0, render the notes highlight text
|
RowAtATimeTableAlt
Forces alternate formatting of tables with tabbed sections.
All of the tabs are displayed at the same time, one below the other, with the tab labels included as headers. |
SectionAlt
alternate Section representation (no dynamics)
|
TableCaptionFromTitle
use the TITLE attribute of the TABLE as the <caption>
|
TableStyle
alternate reps for table style ; 1 = dropm ec blank
|
TextConvertTabsToSpaces
If set, converts tabs to the number of spaces specified.
|
TextExactSpacing
Preserves Notes intraline whitespace (spaces between characters).
|
Themes
use xpages style theme files (reduced features from xpages)
|
XMLCompatibleHTML
Enable XML-compatible HTML output
|
Modifier and Type | Method and Description |
---|---|
static Set<HtmlConvertOption> |
allSpecs()
Returns all "spec" options, e.g.
|
static Set<HtmlConvertOption> |
allTags()
Returns all "tag" options, e.g.
|
String |
toOption(String value)
Converts this enumerated option to a string value suitable for passing to an HTML converter.
|
static String[] |
toStringArray(Collection<HtmlConvertOption> options) |
static HtmlConvertOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlConvertOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlConvertOption ForceSectionExpand
public static final HtmlConvertOption RowAtATimeTableAlt
public static final HtmlConvertOption ForceOutlineExpand
public static final HtmlConvertOption DisablePassThruHTML
public static final HtmlConvertOption TextExactSpacing
public static final HtmlConvertOption ListFidelity
public static final HtmlConvertOption MultiEmbeddedHTMLView
public static final HtmlConvertOption TextConvertTabsToSpaces
public static final HtmlConvertOption ACFOnItem
public static final HtmlConvertOption AutoClass
public static final HtmlConvertOption AutoClassField
public static final HtmlConvertOption FieldName
public static final HtmlConvertOption Themes
public static final HtmlConvertOption FieldChoiceLabel
public static final HtmlConvertOption TableCaptionFromTitle
public static final HtmlConvertOption SectionAlt
public static final HtmlConvertOption AttachmentLink
public static final HtmlConvertOption TableStyle
public static final HtmlConvertOption OfferNotesURLInLink
public static final HtmlConvertOption MIMEAttachmentLink
public static final HtmlConvertOption LinkArg
public static final HtmlConvertOption ForceRedirectURL
public static final HtmlConvertOption LinkHandling
public static final HtmlConvertOption LinkHTMLAlt
public static final HtmlConvertOption MIMEItemFrame
public static final HtmlConvertOption RenderHighlight
public static final HtmlConvertOption ParagraphIndent
public static final HtmlConvertOption FieldKeywordTrim
public static final HtmlConvertOption XMLCompatibleHTML
public static final HtmlConvertOption FontConversion
public static final HtmlConvertOption FontSizeBase
public static final HtmlConvertOption FontColorSpec
public static final HtmlConvertOption FontFaceSerifSpec
public static final HtmlConvertOption FontFaceSansserifSpec
public static final HtmlConvertOption FontFaceMonospaceSpec
public static final HtmlConvertOption FontFaceSpecificSpec
public static final HtmlConvertOption FontSizeSpec
public static final HtmlConvertOption FontStyleBoldSpec
public static final HtmlConvertOption FontStyleItalicSpec
public static final HtmlConvertOption FontStyleUnderlineSpec
public static final HtmlConvertOption FontStyleStrikethroughSpec
public static final HtmlConvertOption FontFaceMonospaceTag
public static final HtmlConvertOption FontStyleBoldTag
public static final HtmlConvertOption FontStyleItalicTag
public static final HtmlConvertOption FontStyleUnderlineTag
public static final HtmlConvertOption FontStyleStrikethroughTag
public static HtmlConvertOption[] values()
for (HtmlConvertOption c : HtmlConvertOption.values()) System.out.println(c);
public static HtmlConvertOption valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Set<HtmlConvertOption> allSpecs()
FontColorSpec
public static Set<HtmlConvertOption> allTags()
FontStyleBoldTag
public static String[] toStringArray(Collection<HtmlConvertOption> options)
Copyright © 2019–2021 HCL. All rights reserved.