public class HorizontalRule extends MarkdownElement
| Modifier and Type | Field and Description |
|---|---|
static char |
ASTERISK |
static char |
HYPHEN |
static int |
MINIMUM_LENGTH |
static char |
UNDERSCORE |
| Constructor and Description |
|---|
HorizontalRule() |
HorizontalRule(int length) |
HorizontalRule(int length,
char character) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
serialize()
Attempts to generate a String representing this markdown element.
|
getSerialized, getSerialized, invalidateSerialized, setSerialized, toMarkdownElement, toStringpublic static final char HYPHEN
public static final char ASTERISK
public static final char UNDERSCORE
public static final int MINIMUM_LENGTH
public HorizontalRule()
public HorizontalRule(int length)
public HorizontalRule(int length,
char character)
public java.lang.String serialize()
throws MarkdownSerializationException
MarkdownElementserialize in class MarkdownElementMarkdownSerializationException - If unable to generate a markdown String