Package | Description |
---|---|
org.jivesoftware.smackx.message_markup.element |
XEP-0394: Message Markup.
|
Modifier and Type | Method and Description |
---|---|
static SpanElement.SpanStyle |
SpanElement.SpanStyle.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
Set<SpanElement.SpanStyle> |
SpanElement.getStyles()
Return all styles of this span.
|
Modifier and Type | Method and Description |
---|---|
MarkupElement.Builder |
MarkupElement.Builder.addSpan(int start,
int end,
Set<SpanElement.SpanStyle> styles)
Add a span element.
|
Constructor and Description |
---|
SpanElement(int start,
int end,
Set<SpanElement.SpanStyle> styles)
Create a new Span element.
|