RichEdit.Numbering Property | |
A constant representing the type of paragraph numbering currently associated with the rich edit:
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Numbering AS USUAL GET SET
public virtual Usual Numbering { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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