バージョン

SetParagraphSettingsProperty<TValue> メソッド

指定したスパンを交差する段落の設定プロパティまたはサブプロパティを設定します。
シンタックス
'宣言
 
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
)

パラメータ

span
このスパンと交差する段落が影響を受けます。
propertyPath
ParagraphSettings プロパティの名前、または ParagraphSettings のサブプロパティへのパスを定義する「.」によって連結されるプロパティ名のリスト。
propertyValue
設定する値。null を指定すると、値をクリアします。
error
エラーが発生する場合、これはエラー メッセージに設定されます。

型パラメータ

TValue
プロパティまたはサブプロパティのタイプ。
参照