java.lang.Object
org.aya.pretty.printer.PrinterConfig.Basic<S>
org.aya.pretty.backend.string.StringPrinterConfig<Html5Stylist>
org.aya.pretty.backend.html.DocHtmlPrinter.Config
org.aya.pretty.backend.md.DocMdPrinter.Config
- All Implemented Interfaces:
PrinterConfig
- Enclosing class:
DocMdPrinter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.pretty.printer.PrinterConfig
PrinterConfig.Basic<S extends Stylist> -
Field Summary
FieldsFields inherited from class org.aya.pretty.backend.html.DocHtmlPrinter.Config
withHeader, withStyleDefFields inherited from class org.aya.pretty.backend.string.StringPrinterConfig
unicodeFields inherited from interface org.aya.pretty.printer.PrinterConfig
INFINITE_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aya.pretty.backend.html.DocHtmlPrinter.Config
supportsCssStyleMethods inherited from class org.aya.pretty.printer.PrinterConfig.Basic
getPageHeight, getPageWidth, getStylist
-
Field Details
-
ayaFlavored
public boolean ayaFlavored
-
-
Constructor Details
-
Config
public Config(boolean withHeader, boolean withStyleDef, boolean ayaFlavored) -
Config
public Config(@NotNull @NotNull MdStylist stylist, boolean withHeader, boolean withStyleDef, boolean ayaFlavored)
-