Uses of Class
org.jivesoftware.smackx.message_markup.element.SpanElement.SpanStyle
-
Packages that use SpanElement.SpanStyle Package Description org.jivesoftware.smackx.message_markup.element XEP-0394: Message Markup. -
-
Uses of SpanElement.SpanStyle in org.jivesoftware.smackx.message_markup.element
Methods in org.jivesoftware.smackx.message_markup.element that return SpanElement.SpanStyle Modifier and Type Method Description static SpanElement.SpanStyle
SpanElement.SpanStyle. valueOf(java.lang.String name)
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.Methods in org.jivesoftware.smackx.message_markup.element that return types with arguments of type SpanElement.SpanStyle Modifier and Type Method Description java.util.Set<SpanElement.SpanStyle>
SpanElement. getStyles()
Return all styles of this span.Method parameters in org.jivesoftware.smackx.message_markup.element with type arguments of type SpanElement.SpanStyle Modifier and Type Method Description MarkupElement.Builder
MarkupElement.Builder. addSpan(int start, int end, java.util.Set<SpanElement.SpanStyle> styles)
Add a span element.Constructor parameters in org.jivesoftware.smackx.message_markup.element with type arguments of type SpanElement.SpanStyle Constructor Description SpanElement(int start, int end, java.util.Set<SpanElement.SpanStyle> styles)
Create a new Span element.
-