NumberList.NumberList

NumberList(string, string, int)

Initializes a new instance of the NumberList class. This instance represents a bulleted list.

public NumberList(string bulletedSymbol, string font, int fontSize)
ParameterTypeDescription
bulletedSymbolStringA symbol which represents a bullet.
fontStringA font for the bullet.
fontSizeInt32A font size for the bullet.

See Also


NumberList(string, NumberFormat, string, int)

Initializes a new instance of the NumberList class. This instance represents a numbered list.

public NumberList(string format, NumberFormat numberFormat, string font, int fontSize)
ParameterTypeDescription
formatStringThe format of the numbered header.
numberFormatNumberFormatThe format of the number in header.
fontStringA font for the numbered header.
fontSizeInt32A font size for the numbered header.

See Also