The OpenD Programming Language

DisplayStyle

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

Values

ValueMeaning
inline

Insert in same line flow.

block

Insert line-break before and after.

listItem

Same as block but also display ListStyleType

Meta