Provides core services of the Annotations Framework to manage and display user annotations.
Inheritance Hierarchy
FirstFloor.Documents.AnnotationsAnnotationService
Namespace: FirstFloor.Documents.Annotations
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
The AnnotationService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AnnotationService |
Initializes a new instance of the AnnotationService class.
|
Properties
Name | Description | |
---|---|---|
![]() | IsEnabled |
Gets a value that indicates whether the AnnotationService is enabled.
|
![]() | Store |
Gets the AnnotationStore used by this AnnotationService.
|
![]() | TextContainer |
Gets a reference to the associated text container.
|
Methods
Name | Description | |
---|---|---|
![]() | Disable |
Disables annotations processing and hides all visible annotations.
|
![]() | Enable |
Enables the AnnotationService for use with a given AnnotationStore and displays all visible annotations.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetService |
Returns the AnnotationService associated with a specified text container.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also