mPDF Manual – mPDF Variables

list_indent_default_mpdf

(mPDF ≥ 6.0)

Description

void list_indent_default_mpdf

Define the default indentation of a list item, when in (backwards-compatible) 'mpdf' list mode. Note that in mpdf mode, the real indentation is calculated by adding the value of this property to the width of the widest list-marker.

For more information, see Lists.

Values

$list_indent_default_mpdf

Values

  • LENGTH: Any valid CSS length value is permitted e.g. "10pt" or "3em"

Default: '0em'

Changelog

Version Description
6.0 Variable was added.

See Also

Fork me on GitHub