Enum Class RichTextRenderTarget
- All Implemented Interfaces:
Serializable
,Comparable<RichTextRenderTarget>
,Constable
- Since:
- 3.9.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionWARNING: This element is for internal use only.Export to an Excel file.WARNING: This element is for internal use only.Preview shown for remotely linked documentsWARNING: This element is for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isEditor()
Checks whether target has editable contentboolean
isPdf()
boolean
isPrint()
abstract String
This method is for backward compatibility with old code, it should not be used in new code.<T> T
selectBuilderTarget
(HtmlBuilderTargetSelector<T> selector) boolean
static RichTextRenderTarget
Returns the enum constant of this class with the specified name.static RichTextRenderTarget[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
EDITOR
-
COMPARE
-
COMPARE_CLIENT_CHANGES
-
COMPARE_PDF_EXPORT
-
PDF_EXPORT
-
PRINT
-
COMPARE_PRINT
-
ROUNDTRIP
-
SAVE
-
PREVIEW
-
RP_VIEW
-
EXCEL
Export to an Excel file.- Since:
- 3.9.3
-
REMOTE_LINK_PREVIEW
Preview shown for remotely linked documents- Since:
- 3.18.0
-
XML_EXPORT
WARNING: This element is for internal use only. There is no guarantee that the API will remain the same or will not be removed in a future release. Please do not use it.- Since:
- 3.19.0
-
MSPROJECT_EXPORT
WARNING: This element is for internal use only. There is no guarantee that the API will remain the same or will not be removed in a future release. Please do not use it.- Since:
- 3.19.0
-
CSV_EXPORT
WARNING: This element is for internal use only. There is no guarantee that the API will remain the same or will not be removed in a future release. Please do not use it.- Since:
- 3.19.0
-
NOTIFICATION
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
showContextIcons
public boolean showContextIcons() -
isPrint
public boolean isPrint() -
isPdf
public boolean isPdf() -
isCompare
public boolean isCompare() -
isEditor
public boolean isEditor()Checks whether target has editable content- Since:
- 3.10.0
-
oldTargetValue
This method is for backward compatibility with old code, it should not be used in new code.
-