For internal use. Initializes all properties of current
RenderParagraphValue object with specified values.
シンタックス
'宣言
Public Sub SetValue( _
ByVal As System.Object, _
ByVal As System.String, _
ByVal As System.String _
)
'使用法
Dim instance As RenderParagraphValue
Dim value As System.Object
Dim text As System.String
Dim format As System.String
instance.SetValue(value, text, format)
public void SetValue(
System.object ,
System.string ,
System.string
)
パラメータ
- value
- The value of RenderParagraphValue.Value property.
- text
- The value of RenderParagraphText.Text property.
- format
- The value of RenderParagraphValue.Format property.
参照