[]
Represents an anchor within a text object (a RenderText, a RenderParagraph or a RenderRichText). Based on C1Anchor, adds the ability to reference a specific position within the text (see Position).
public class C1AnchorText : C1Anchor
Name | Description |
---|---|
C1AnchorText() | Initializes a new instance of the C1AnchorText class. |
C1AnchorText(string) | Initializes a new instance of the C1AnchorText class. |
C1AnchorText(string, int) | Initializes a new instance of the C1AnchorText class. |
C1AnchorText(string, string) | Initializes a new instance of the C1AnchorText class. |
C1AnchorText(string, string, int) | Initializes a new instance of the C1AnchorText class. |
C1AnchorText(string, string, object) | Initializes a new instance of the C1AnchorText class. |
C1AnchorText(string, string, object, int) | Initializes a new instance of the C1AnchorText class. |
Name | Description |
---|---|
Position | Gets the position of anchor withint text, zero based. |