java.lang.Object
org.aya.pretty.printer.PrinterConfig.Basic<S>
org.aya.pretty.backend.string.StringPrinterConfig<Html5Stylist>
org.aya.pretty.backend.html.DocHtmlPrinter.Config
- All Implemented Interfaces:
PrinterConfig
- Direct Known Subclasses:
DocMdPrinter.Config
- Enclosing class:
DocHtmlPrinter<Config extends DocHtmlPrinter.Config>
-
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.string.StringPrinterConfig
unicodeFields inherited from interface org.aya.pretty.printer.PrinterConfig
INFINITE_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionConfig(boolean withHeader, boolean withStyleDef) Config(@NotNull Html5Stylist stylist, boolean withHeader, boolean withStyleDef) -
Method Summary
Modifier and TypeMethodDescriptionbooleanSet doc style with html "class" attribute and css blockMethods inherited from class org.aya.pretty.printer.PrinterConfig.Basic
getPageHeight, getPageWidth, getStylist
-
Field Details
-
withHeader
public final boolean withHeader -
withStyleDef
public final boolean withStyleDef
-
-
Constructor Details
-
Config
public Config(boolean withHeader, boolean withStyleDef) -
Config
-
-
Method Details
-
supportsCssStyle
public boolean supportsCssStyle()Set doc style with html "class" attribute and css block
-