'Declaration Public Overloads Sub ApplyCharacterSettings( _ ByVal span As DocumentSpan, _ ByVal settings As CharacterSettings, _ ByRef error As String _ )
public void ApplyCharacterSettings( DocumentSpan span, CharacterSettings settings, out string error )
ApplyCharacterSettings method applies settings across multiple runs that are contained by the specified span. 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 applied the specified settings.
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