Method ClearListStyle
ClearListStyle(long, long, RichTextSetStyleFlags)
Clears the list style from the given range, clearing list-related attributes and applying any named paragraph style associated with each paragraph.
public bool ClearListStyle(long startRange, long endRange, RichTextSetStyleFlags flags = RichTextSetStyleFlags.WithUndo)
Parameters
startRangelongendRangelongflagsRichTextSetStyleFlags
Returns
Remarks
flags is a bit list of the following:
WithUndo: specifies that
this command will be undoable.