RichEdit.Numbering Property (Typed)
|
|
A constant representing the type of paragraph numbering currently associated with the rich edit:
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.24 GA
Syntax VIRTUAL PROPERTY Numbering AS WORD GET SET
public virtual ushort Numbering { get; set; } Request Example
View SourceProperty Value
Type:
WordA constant representing the type of paragraph numbering currently associated with the rich edit:
Remarks
One of the following constants representing the type of paragraph numbering currently associated with the rich edit:
| Constant | Description |
| REPARA_NUMBER | Paragraphs are numbered |
| REPARA_BULLET | Paragraphs are bulleted |
See Also