Skip to content

Markdown2Pdf.Options.ListStyle

GitHub Action edited this page Apr 25, 2024 · 4 revisions

Enum ListStyle

Namespace: Markdown2Pdf.Options
Assembly: Markdown2Pdf.dll

Decides which characters to use before the TOC items.

public enum ListStyle

Fields

None = 0

Just display the TOC items without any preceeding characters.

OrderedDefault = 1

Use the current themes default list-style for ordered lists.

Unordered = 2

Use the current themes default list-style for unordered lists.

Decimal = 3

Preceed the TOC items with numbers separated by points (e.g. 1.1, 1.2, 1.2.1...).

Clone this wiki locally