Enum HtmlStyle
- All Implemented Interfaces:
Serializable
,Comparable<HtmlStyle>
,java.lang.constant.Constable
Deprecated.
Enum representing HTML styles. The name map to values in the CSS file.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
aboutLanguage
Deprecated. -
activeTableTab
Deprecated. -
altColor
Deprecated. -
bar
Deprecated. -
block
Deprecated. -
blockList
Deprecated. -
blockListLast
Deprecated. -
circle
Deprecated. -
classUseContainer
Deprecated. -
colFirst
Deprecated. -
colLast
Deprecated. -
colOne
Deprecated. -
constantsSummary
Deprecated. -
constantValuesContainer
Deprecated. -
contentContainer
Deprecated. -
deprecatedContent
Deprecated. -
deprecatedLabel
Deprecated. -
deprecatedSummary
Deprecated. -
deprecationComment
Deprecated. -
description
Deprecated. -
descfrmTypeLabel
Deprecated. -
details
Deprecated. -
docSummary
Deprecated. -
emphasizedPhrase
Deprecated. -
header
Deprecated. -
horizontal
Deprecated. -
indexContainer
Deprecated. -
inheritance
Deprecated. -
interfaceName
Deprecated. -
leftContainer
Deprecated. -
leftTop
Deprecated. -
leftBottom
Deprecated. -
legalCopy
Deprecated. -
mainContainer
Deprecated. -
memberNameLabel
Deprecated. -
memberNameLink
Deprecated. -
memberSummary
Deprecated. -
nameValue
Deprecated. -
overrideSpecifyLabel
Deprecated. -
overviewSummary
Deprecated. -
packageHierarchyLabel
Deprecated. -
packageLabelInClass
Deprecated. -
paramLabel
Deprecated. -
returnLabel
Deprecated. -
rightContainer
Deprecated. -
rightIframe
Deprecated. -
rowColor
Deprecated. -
searchTagLink
Deprecated. -
seeLabel
Deprecated. -
serializedFormContainer
Deprecated. -
simpleTagLabel
Deprecated. -
sourceContainer
Deprecated. -
sourceLineNo
Deprecated. -
subTitle
Deprecated. -
summary
Deprecated. -
tabEnd
Deprecated. -
tableTab
Deprecated. -
throwsLabel
Deprecated. -
title
Deprecated. -
typeNameLabel
Deprecated. -
typeNameLink
Deprecated. -
typeSummary
Deprecated. -
useSummary
Deprecated.
-
-
Constructor Details
-
HtmlStyle
private HtmlStyle()Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.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.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-