Package com.iizix.text
Enum Class KStringTag.Type
- All Implemented Interfaces:
Serializable,Comparable<KStringTag.Type>,Constable
- Enclosing class:
KStringTag<TARGET>
The types.
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Enum Constant Summary
Enum ConstantsField Summary
FieldsModifier and TypeFieldDescriptionfinal IPropReference.RefTypeThe reference type, null for HTML.final StringThe type string.Method Summary
Modifier and TypeMethodDescriptionFormats for display in button for Rich text editor.static KStringTag.TypeReturns the enum constant of this class with the specified name.static KStringTag.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
Enum Constant Details
HTML
HYPERLINK
IMAGE
TEXT_TABLE
VIRTUAL_SPACE
PANEL
RESOURCE
EXTERNAL
Field Details
typeString
The type string.refType
The reference type, null for HTML.
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
toRichTextDisplay
Formats for display in button for Rich text editor.