Click or drag to resize
TextParaListBulletChar Property
Gets or sets the Unicode character (>32) to use for bullets.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public char ListBulletChar { get; set; }

Property Value

Type: Char
Exceptions
ExceptionCondition
ArgumentExceptionvalue has a character code of 32 or lower.
See Also