Package | Description |
---|---|
net.ymate.platform.commons.markdown |
Modifier and Type | Method and Description |
---|---|
static Text.Style |
Text.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Text.Style[] |
Text.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Text |
Text.create(IMarkdown content,
Text.Style style) |
static Text |
Text.create(String content,
Text.Style style) |
MarkdownBuilder |
MarkdownBuilder.text(IMarkdown text,
Text.Style style) |
MarkdownBuilder |
MarkdownBuilder.text(String text,
Text.Style style) |
Copyright © 2022. All rights reserved.