[]
        
(Showing Draft Content)

C1.C1Preview.C1AnchorText

C1AnchorText Class

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).

Inheritance
C1AnchorText
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class C1AnchorText : C1Anchor

Constructors

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.

Properties

Name Description
Position

Gets the position of anchor withint text, zero based.