'宣言 Public Sub SetParagraphSettingsProperty(Of TValue)( _ ByVal span As DocumentSpan, _ ByVal propertyPath As String, _ ByVal propertyValue As TValue, _ ByRef error As String _ )
public void SetParagraphSettingsProperty<TValue>( DocumentSpan span, string propertyPath, TValue propertyValue, out string error )