Uses of Enum
org.jivesoftware.smackx.message_markup.element.SpanElement.SpanStyle
Package
Description
Smack's API for XEP-0394: Message Markup, which can be used to style message.
-
Uses of SpanElement.SpanStyle in org.jivesoftware.smackx.message_markup.element
Modifier and TypeMethodDescriptionstatic SpanElement.SpanStyle
Returns the enum constant of this type with the specified name.static SpanElement.SpanStyle[]
SpanElement.SpanStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMarkupElement.Builder.addSpan
(int start, int end, Set<SpanElement.SpanStyle> styles) Add a span element.ModifierConstructorDescriptionSpanElement
(int start, int end, Set<SpanElement.SpanStyle> styles) Create a new Span element.