Interface IAnnotationProvider

All Superinterfaces:
IInitable

public interface IAnnotationProvider extends IInitable
Exposes the properties of an annotation in a document.
  • 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