Class BulletedList
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
itemsIReadOnlyList<Block>The list items.
BulletedList(IReadOnlyList<Block>, bool)
Creates a bulleted list.
public BulletedList(IReadOnlyList<Block> items, bool separateItems)
Parameters
itemsIReadOnlyList<Block>The list items.
separateItemsboolIndicates 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.