Class BulletedList

Namespace
Pixie.Markup
Assembly
Pixie.dll

A block that defines a list of bulleted items.

public sealed class BulletedList : ListNode
Inheritance
BulletedList
Inherited Members

Constructors

BulletedList(IReadOnlyList<Block>)

Creates a bulleted list.

public BulletedList(IReadOnlyList<Block> items)

Parameters

items IReadOnlyList<Block>

The list items.

BulletedList(IReadOnlyList<Block>, bool)

Creates a bulleted list.

public BulletedList(IReadOnlyList<Block> items, bool separateItems)

Parameters

items IReadOnlyList<Block>

The list items.

separateItems bool

Indicates whether blank lines should be inserted between items.

Methods

Lower()

Lowers this bulleted list to simpler markup.

public override Block Lower()

Returns

Block

The lowered block markup.