Package com.spun.util.markdown.table
Class MarkdownTableContents
java.lang.Object
com.spun.util.markdown.table.MarkdownTableContents
- All Implemented Interfaces:
MarkdownTableElement,Resizable
-
Field Summary
Fields inherited from interface com.spun.util.markdown.table.MarkdownTableElement
DELIMITER, NEWLINE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetJustification(MarkdownColumn columnProperties) voidsetPadding(int length) toString()
-
Constructor Details
-
MarkdownTableContents
-
-
Method Details
-
toString
-
getLength
public int getLength() -
setPadding
public void setPadding(int length) - Specified by:
setPaddingin interfaceResizable
-
setJustification
- Specified by:
setJustificationin interfaceResizable
-