Package | Description |
---|---|
com.hcl.domino.html |
Modifier and Type | Method and Description |
---|---|
static HtmlConvertOption |
HtmlConvertOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlConvertOption[] |
HtmlConvertOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<HtmlConvertOption> |
HtmlConvertOption.allSpecs()
Returns all "spec" options, e.g.
|
static Set<HtmlConvertOption> |
HtmlConvertOption.allTags()
Returns all "tag" options, e.g.
|
Modifier and Type | Method and Description |
---|---|
RichTextHTMLConverter.Builder |
RichTextHTMLConverter.Builder.option(HtmlConvertOption option,
String value)
Sets an HTML conversion option based on the
HtmlConvertOption enumeration. |
Modifier and Type | Method and Description |
---|---|
RichTextHTMLConverter.Builder |
RichTextHTMLConverter.Builder.options(Collection<HtmlConvertOption> options,
String value)
Sets multiple HTML conversion option based on the
HtmlConvertOption enumeration. |
static String[] |
HtmlConvertOption.toStringArray(Collection<HtmlConvertOption> options) |
Copyright © 2019–2021 HCL. All rights reserved.