Style.NumberingAttribute Property

This property returns or sets attributes for numbered lists. A new attribute set with this property has only effect when the ListType property has previously been set to txListNumbered or txListStructured.

Syntax

   Style.NumberingAttribute(Attribute) [= value]

Remarks

This property's parameter and settings are the same as for TXTextControl.NumberingAttribute.

Limitations

Run time only.

See Also