Package de.xam.featdoc
Interface LineWriter
public interface LineWriter
-
Method Summary
Modifier and TypeMethodDescriptiondefault MarkdownTool.Tabletable()static LineWritervoidIf no arguments are given, the string is written as-is.default voiddefault voidwriteSection(String sectionTitle, String... args) A default ## sectiondefault voidwriteSection1(String section1Title, String... args) A main # sectiondefault voidwriteToc()
-
Method Details
-
wrap
-
writeSection
A default ## section -
writeSection1
A main # section -
writeToc
default void writeToc() -
write
If no arguments are given, the string is written as-is. With arguments, the string is used as a pattern and the arguments are the replacements, using String#format- Parameters:
string-args-
-
writeLine
-
table
-