The Annotation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Annotation(Annotation) | ||
| Annotation(String, String) |
Constructs an Annotation with a certain title and some text.
| |
| Annotation(Single, Single, Single, Single, Int32) |
Constructs an Annotation.
| |
| Annotation(Single, Single, Single, Single, String) |
Constructs an Annotation.
| |
| Annotation(Single, Single, Single, Single, Uri) |
Constructs an Annotation.
| |
| Annotation(Single, Single, Single, Single, String, Int32) |
Constructs an Annotation.
| |
| Annotation(Single, Single, Single, Single, String, String) |
Constructs an Annotation.
| |
| Annotation(String, String, Single, Single, Single, Single) |
Constructs an Annotation with a certain title and some text.
| |
| Annotation(Single, Single, Single, Single, String, String, Boolean) |
Creates a Screen anotation to embed media clips
| |
| Annotation(Single, Single, Single, Single, String, String, String, String) |
Constructs an Annotation.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt 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.) | |
| GetLlx()()()() |
Returns the lower left x-value.
| |
| GetLlx(Single) |
Returns the lower left x-value.
| |
| GetLly()()()() |
Returns the lower left y-value.
| |
| GetLly(Single) |
Returns the lower left y-value.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetUrx()()()() |
Returns the uppper right x-value.
| |
| GetUrx(Single) |
Returns the upper right x-value.
| |
| GetUry()()()() |
Returns the uppper right y-value.
| |
| GetUry(Single) |
Returns the upper right y-value.
| |
| IsContent | ||
| IsNestable | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Process |
Processes the element by adding it (or the different parts) to an
IElementListener.
| |
| SetDimensions |
Sets the dimensions of this annotation.
| |
| ToString | (Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| annotationAttributes | This is the title of the Annotation. | |
| annotationtype | This is the type of annotation. | |
| APPLICATION | This is a possible attribute. | |
| CONTENT | This is a possible attribute. | |
| DEFAULTDIR | This is a possible attribute. | |
| DESTINATION | This is a possible attribute. | |
| FILE | This is a possible attribute. | |
| FILE_DEST | This is a possible annotation type. | |
| FILE_PAGE | This is a possible annotation type. | |
| LAUNCH | This is a possible annotation type. | |
| LLX | This is a possible attribute. | |
| LLY | This is a possible attribute. | |
| MIMETYPE | This is a possible attribute. | |
| NAMED | This is a possible attribute. | |
| NAMED_DEST | This is a possible annotation type. | |
| OPERATION | This is a possible attribute. | |
| PAGE | This is a possible attribute. | |
| PARAMETERS | This is a possible attribute. | |
| SCREEN | This is a possible annotation type. | |
| TEXT | This is a possible annotation type. | |
| TITLE | This is a possible attribute. | |
| URL | This is a possible attribute. | |
| URL_AS_STRING | This is a possible annotation type. | |
| URL_NET | This is a possible annotation type. | |
| URX | This is a possible attribute. | |
| URY | This is a possible attribute. |
Properties
| Name | Description | |
|---|---|---|
| AnnotationType |
Returns the type of this Annotation.
| |
| Attributes |
Gets the content of this Annotation.
| |
| Chunks |
Gets all the chunks in this element.
| |
| Content |
Gets the content of this Annotation.
| |
| Title |
Returns the title of this Annotation.
| |
| Type |
Gets the type of the text element
|