Table of Contents

Method ClearListStyle

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 long
endRange long
flags RichTextSetStyleFlags

Returns

bool

Remarks

flags is a bit list of the following: WithUndo: specifies that this command will be undoable.