Class ContentAnnotationBase
Represents a base class for annotations with appearance.
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 abstract class ContentAnnotationBase : Annotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>
Methods
EnsureContentIsUpToDate()
Makes sure that the content of the annotation has been recalculated.
Declaration
protected void EnsureContentIsUpToDate()
RecalculateContent()
Recalculates the annotation AnnotationContentSource content based on annotations text properties and dynamic appearance characteristics if there are such.
Declaration
public virtual void RecalculateContent()