The C1AnchorText type exposes the following members.

Constructors

  Name Description
Public method C1AnchorText()()()()
Initializes a new instance of the C1AnchorText class.
Public method C1AnchorText(String)
Initializes a new instance of the C1AnchorText class.
Public method C1AnchorText(String, Int32)
Initializes a new instance of the C1AnchorText class.
Public method C1AnchorText(String, String)
Initializes a new instance of the C1AnchorText class.
Public method C1AnchorText(String, String, Int32)
Initializes a new instance of the C1AnchorText class.
Public method C1AnchorText(String, String, Object)
Initializes a new instance of the C1AnchorText class.
Public method C1AnchorText(String, String, Object, Int32)
Initializes a new instance of the C1AnchorText class.

Properties

  Name Description
Public property Description
Gets the description of the current anchor.
(Inherited from C1Anchor.)
Public property Name
Gets the name of the current anchor (must be unique within the document).
(Inherited from C1Anchor.)
Public property Position
Gets the position of anchor withint text, zero based.
Public property UserData
Gets the custom user data associated with the current anchor.
(Inherited from C1Anchor.)

See Also