Class ContentAnnotationBase
Provides a base class for annotations that have visual appearance and content that can be dynamically recalculated.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class ContentAnnotationBase : Annotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement
Methods
EnsureContentIsUpToDate()
Ensures that the annotation's content has been recalculated if it was previously invalidated.
Declaration
protected void EnsureContentIsUpToDate()
RecalculateContent()
Recalculates the annotation's AnnotationContentSource content based on text properties and dynamic appearance characteristics.
Declaration
public virtual void RecalculateContent()