'Declaration Public Sub ClearCharacterStyle( _ ByVal span As DocumentSpan, _ ByRef error As String, _ Optional ByVal alsoClearExistingCharacterSettings As Boolean _ )
public void ClearCharacterStyle( DocumentSpan span, out string error, bool alsoClearExistingCharacterSettings )
ClearCharacterStyle method sets the RunNode.StyleId property of runs that are contained by the specified span to null. If a run partially spans the specified document span then the run will be broken up as necessary so that only the content that's contained by the span is affected by this operation.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2