ListStyle

Entries

Link copied to clipboard

Represents a list of groups of DescriptionTerm and DescriptionDetails. Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs). Formatting example: see <dl> html tag.

Link copied to clipboard

If used within DescriptionList context, specifies a term in a description or definition list, usually followed by DescriptionDetails for one or more terms. Formatting example: see <dt> html tag

Link copied to clipboard

If used within DescriptionList context, provides the definition or other related text associated with DescriptionTerm. Formatting example: see <dd> html tag

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): ListStyle

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.