TextEditOptionsRecognizeLists Property |
Allows to specify how numbered list items are recognized when document is imported from plain text format. The default value is true.
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 22.4.0.0
Syntaxpublic bool RecognizeLists { get; set; }
Public Property RecognizeLists As Boolean
Get
Set
public:
property bool RecognizeLists {
bool get ();
void set (bool value);
}
member RecognizeLists : bool with get, set
Property Value
Type:
Boolean
Remarks
If this option is set to false, lists recognition algorithm detects list paragraphs, when list numbers ends with either dot, right bracket or bullet symbols (such as "•", "*", "-" or "o").
If this option is set to true, whitespaces are also used as list number delimiters: list recognition algorithm for Arabic style numbering (1., 1.1.2.) uses both whitespaces and dot (".") symbols.
See Also