Uses of Enum Class
org.apache.juneau.html.AnchorText
Packages that use AnchorText
- 
Uses of AnchorText in org.apache.juneau.htmlMethods in org.apache.juneau.html that return AnchorTextModifier and TypeMethodDescriptionprotected final AnchorTextHtmlSerializer.getUriAnchorText()Anchor text source.protected final AnchorTextHtmlSerializerSession.getUriAnchorText()Anchor text source.static AnchorTextReturns 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)