public abstract class MarkupDisplay extends Object
| Modifier and Type | Field and Description |
|---|---|
protected float |
BORDER_WIDTH |
protected org.jsoup.nodes.Element |
element |
protected org.jsoup.select.Elements |
elements |
protected org.apache.pdfbox.pdmodel.font.PDFont |
LOG_FONT |
protected int |
LOG_FONT_SIZE |
protected float |
MULTILINE_SPACING |
protected Color |
textColor |
protected TextSanitizer |
textSanitizer |
| Constructor and Description |
|---|
MarkupDisplay() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.vandeseer.easytable.structure.cell.AbstractCell |
displayDetails() |
protected final float BORDER_WIDTH
protected final float MULTILINE_SPACING
protected final org.apache.pdfbox.pdmodel.font.PDFont LOG_FONT
protected final int LOG_FONT_SIZE
protected org.jsoup.nodes.Element element
protected org.jsoup.select.Elements elements
protected Color textColor
protected final TextSanitizer textSanitizer
Copyright © 2021. All rights reserved.