public class MarkdownTableContents extends Object implements MarkdownTableElement, Resizable
DELIMITER, NEWLINE| Constructor and Description |
|---|
MarkdownTableContents(String contents) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
void |
setJustification(MarkdownColumn columnProperties) |
void |
setPadding(int length) |
String |
toString() |
public MarkdownTableContents(String contents)
public void setPadding(int length)
setPadding in interface Resizablepublic void setJustification(MarkdownColumn columnProperties)
setJustification in interface ResizableCopyright © 2023. All rights reserved.