Version

ApplyParagraphSettings Method

Applies the non-null settings in the specified settings object to paragraphs intersecting the specified span.
Syntax
'Declaration
 
Public Sub ApplyParagraphSettings( _
   ByVal span As DocumentSpan, _
   ByVal settings As ParagraphSettings, _
   ByRef error As String _
) 
public void ApplyParagraphSettings( 
   DocumentSpan span,
   ParagraphSettings settings,
   out string error
)

Parameters

span
Paragraphs intersecting this document span will be affected.
settings
ParagraphSettings object that contains the settings to apply. Only properties of the object with non-null values will be applied.
error
If an error occurs, this will be set to an error message.
Remarks

ApplyParagraphSettings method applies settings across multiple paragraphs that intersect the specified span.

Requirements

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

See Also