Skip to content

Package io.github.sandydunlop.markista.doclet

Class MarkdownTable.Column

java.lang.Object
        io.github.sandydunlop.markista.doclet.MarkdownTable.Column

Enclosing Class:
    MarkdownTable


Field Summary

Modifier and Type Field Description
int width
String name

Constructor Summary

Constructor Description
MarkdownTable.Column(String name) Constructs a new Column object with the specified name.