[]
Represents an anchor within a document. One or more anchors can be associated with a RenderObject via the Anchors property on the object. An anchor (and thus the render object associated with it) can be the target of a C1Hyperlink if that hyperlink's LinkTarget is a C1LinkTargetAnchor and that anchor's AnchorName is set to that anchor's Name.
[C1ClassSerialization(true)]
public class C1Anchor
Name | Description |
---|---|
C1Anchor() | Initializes a new instance of the C1Anchor class. |
C1Anchor(string) | Initializes a new instance of the C1Anchor class. |
C1Anchor(string, string) | Initializes a new instance of the C1Anchor class. |
C1Anchor(string, string, object) | Initializes a new instance of the C1Anchor class. |
Name | Description |
---|---|
Description | Gets the description of the current anchor. |
Name | Gets the name of the current anchor (must be unique within the document). |
UserData | Gets the custom user data associated with the current anchor. |