The OpenD Programming Language

printed.flow.style

Simple "style" API for Flow Document.

Members

Enums

DisplayStyle
enum DisplayStyle

Similar intent than CSS display property. Only outside display is considered.

ListStyleType
enum ListStyleType

More or less similar to CSS list-style-type

Structs

StyleOptions
struct StyleOptions

Style options for various tags. Helpful reference: https://www.w3.org/TR/CSS22/sample.html Note: there is no <b> and <i> style, as commonmark-d doesn't generate them.

TagStyle
struct TagStyle
Undocumented in source.

Meta