Description |
---|
Excerpt |
---|
Creates and returns an empty List at the beginning of this Element. By passing a boolean, it can be a numbered list (true) or a bulleted list (false). |
Signature | ||||
---|---|---|---|---|
| ||||
public virtual List InsertListBefore(boolean numbered) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Overridable Function InsertListBefore(ByVal numbered As Boolean) As List |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
Returns |
---|
A |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|