listType property

OrgListType listType
final

The type of the list.

the value is OrgListType.ordered. if the list has a counter in its bullet,

if the list has a tag in its bullet, the value is OrgListType.descriptive.

otherwise, it is OrgListType.unordered.

Implementation

final OrgListType listType;