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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class C1AnchorText : C1Anchor
Visual Basic
Public Class C1AnchorText _
	Inherits C1Anchor

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..C1Anchor
    C1.C1Preview..::..C1AnchorText

See Also