'Declaration Public Sub ApplyParagraphListStyle( _ ByVal span As DocumentSpan, _ ByVal listStyleId As String, _ ByRef error As String _ )
public void ApplyParagraphListStyle( DocumentSpan span, string listStyleId, out string error )
If one or more paragraphs are already part of a list, they will be removed from that list and made into a separate list using the specified list style. If the list style however matches the existing list style of such paragraphs, then the paragraphs will remain in their current list without any modification.
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