C1AnchorText クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Object, _
ByVal As System.Integer _
)
'使用法
Dim name As System.String
Dim description As System.String
Dim userData As System.Object
Dim position As System.Integer
Dim instance As New C1AnchorText(name, description, userData, position)
public C1AnchorText(
System.string ,
System.string ,
System.object ,
System.int
)
パラメータ
- name
- ドキュメント内で一意のアンカーの名前。
- description
- アンカーの説明。
- userData
- アンカーに関連付けられた任意のデータ。
- position
- テキスト内のアンカーの位置。
参照