public class HTMLText extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HTMLText.Deserializer |
static class |
HTMLText.Serializer |
Constructor and Description |
---|
HTMLText() |
HTMLText(HTMLText other) |
HTMLText(String html) |
Modifier and Type | Method and Description |
---|---|
String |
getBody() |
String |
getHtml() |
MarkdownDocument |
toMarkdown() |
String |
toString() |
HTMLText |
wrap(int columns)
Returns a copy of this text that introduces line-breaks
|
public HTMLText()
public HTMLText(String html)
public HTMLText(HTMLText other)
public HTMLText wrap(int columns)
columns
- number of columns to break atpublic String getHtml()
public String getBody()
public MarkdownDocument toMarkdown()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.