'宣言 Public Function New( _ ByVal name As System.String, _ ByVal description As System.String, _ ByVal position As System.Integer _ )
'使用法 Dim name As System.String Dim description As System.String Dim position As System.Integer Dim instance As New C1AnchorText(name, description, position)
public C1AnchorText( System.string name, System.string description, System.int position )
パラメータ
- name
- The anchor's name.
- description
- The anchor's description.
- position
- The position within the text.