Class TextMarkupAnnotation
Represents a text markup annotation.
Inheritance
System.Object
TextMarkupAnnotation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TextMarkupAnnotation : MarkupAnnotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IContentAnnotation
Properties
TextMarkupType
Gets or sets the type of the text markup annotation.
Declaration
public TextMarkupAnnotationType TextMarkupType { get; }
Property Value
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
Annotation The type of the annotation. |
Overrides
Methods
RecalculateContent()
Recalculates the annotation Annotation
Declaration
public override void RecalculateContent()