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.
bool ClearListStyle(long startRange, long endRange, RichTextSetStyleFlags flags = RichTextSetStyleFlags.WithUndo)
Parameters
startRange
longendRange
longflags
RichTextSetStyleFlags
Returns
Remarks
flags
is a bit list of the following:
WithUndo: specifies that this command will be undoable.