Provides the base factory implementation for text annotations.

Namespace: FirstFloor.Documents.Annotations.Storage
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public abstract class TextAnnotationFactory<T> : AnnotationFactory<T>
where T : TextAnnotation
Visual Basic
Public MustInherit Class TextAnnotationFactory(Of T As TextAnnotation) _
	Inherits AnnotationFactory(Of T)
Visual C++
generic<typename T>
where T : TextAnnotation
public ref class TextAnnotationFactory abstract : public AnnotationFactory<T>

Type Parameters

T
The annotation type

Inheritance Hierarchy

System..::..Object
  FirstFloor.Documents.Annotations.Storage..::..AnnotationFactory<(Of <(<'T>)>)>
    FirstFloor.Documents.Annotations.Storage..::..TextAnnotationFactory<(Of <(<'T>)>)>
      FirstFloor.Documents.Annotations.Storage..::..HighlightFactory

See Also