Package at.bestsolution.uia
Interface IAnnotationProvider
- All Superinterfaces:
IInitable
Exposes the properties of an annotation in a document.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classcontext object for IAnnotationProvider. -
Method Summary
Modifier and TypeMethodDescriptionThe annotation type identifier of this annotation.The name of this annotation type.The name of the annotation author.The date and time when this annotation was created.The UI Automation element that is being annotated.Methods inherited from interface at.bestsolution.uia.IInitable
initialize
-
Method Details
-
get_AnnotationTypeId
IAnnotationTypeId get_AnnotationTypeId()The annotation type identifier of this annotation.- Returns:
- the annotation type identifier
-
get_AnnotationTypeName
String get_AnnotationTypeName()The name of this annotation type.- Returns:
- the name of this annotation type
-
get_Author
String get_Author()The name of the annotation author.- Returns:
- the name of the author
-
get_DateTime
String get_DateTime()The date and time when this annotation was created.- Returns:
- the date and time of creation
-
get_Target
IUIAElement get_Target()The UI Automation element that is being annotated.- Returns:
- the target
-