Uses of Enum Class
org.apache.juneau.html.AnchorText
Packages that use AnchorText
-
Uses of AnchorText in org.apache.juneau.html
Methods in org.apache.juneau.html that return AnchorTextModifier and TypeMethodDescriptionprotected final AnchorText
HtmlSerializer.getUriAnchorText()
Anchor text source.protected final AnchorText
HtmlSerializerSession.getUriAnchorText()
Anchor text source.static AnchorText
Returns the enum constant of this class with the specified name.static AnchorText[]
AnchorText.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.html with parameters of type AnchorTextModifier and TypeMethodDescriptionHtmlDocSerializer.Builder.uriAnchorText
(AnchorText value) HtmlSchemaDocSerializer.Builder.uriAnchorText
(AnchorText value) HtmlSchemaSerializer.Builder.uriAnchorText
(AnchorText value) HtmlSerializer.Builder.uriAnchorText
(AnchorText value) HtmlSerializer configuration property: Anchor text source.HtmlStrippedDocSerializer.Builder.uriAnchorText
(AnchorText value)