TX Text Control ActiveX Documentation

Style.ListType Property

Description:Returns or sets the formatting style's list type. Attributes for bulleted lists can be set with the BulletAttribute property and attributes for numbered lists can be set with the NumberingAttribute property.

Syntax:
Style.ListType [= Type]
SettingDescription
txListNone (1)Resets paragraphs with bulleted or numbered list attributes to paragraphs without such features.

txListBulleted (2)Defines a list with bullets.

txListNumbered (4)Defines a numbered list.

txListStructured (8)Defines a structured numbered list.

Data Types:Integer.

Limitations:Run time only.

See also:Stylesheet Programming.