The Annotation type exposes the following members.

Constructors

  NameDescription
Public methodAnnotation(Annotation)
Public methodAnnotation(String, String)
Constructs an Annotation with a certain title and some text.
Public methodAnnotation(Single, Single, Single, Single, Int32)
Constructs an Annotation.
Public methodAnnotation(Single, Single, Single, Single, String)
Constructs an Annotation.
Public methodAnnotation(Single, Single, Single, Single, Uri)
Constructs an Annotation.
Public methodAnnotation(Single, Single, Single, Single, String, Int32)
Constructs an Annotation.
Public methodAnnotation(Single, Single, Single, Single, String, String)
Constructs an Annotation.
Public methodAnnotation(String, String, Single, Single, Single, Single)
Constructs an Annotation with a certain title and some text.
Public methodAnnotation(Single, Single, Single, Single, String, String, Boolean)
Creates a Screen anotation to embed media clips
Public methodAnnotation(Single, Single, Single, Single, String, String, String, String)
Constructs an Annotation.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLlx()()()()
Returns the lower left x-value.
Public methodGetLlx(Single)
Returns the lower left x-value.
Public methodGetLly()()()()
Returns the lower left y-value.
Public methodGetLly(Single)
Returns the lower left y-value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUrx()()()()
Returns the uppper right x-value.
Public methodGetUrx(Single)
Returns the upper right x-value.
Public methodGetUry()()()()
Returns the uppper right y-value.
Public methodGetUry(Single)
Returns the upper right y-value.
Public methodIsContent
Public methodIsNestable
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcess
Processes the element by adding it (or the different parts) to an IElementListener.
Public methodSetDimensions
Sets the dimensions of this annotation.
Public methodToString (Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Protected fieldannotationAttributes
This is the title of the Annotation.
Protected fieldannotationtype
This is the type of annotation.
Public fieldStatic memberAPPLICATION
This is a possible attribute.
Public fieldStatic memberCONTENT
This is a possible attribute.
Public fieldStatic memberDEFAULTDIR
This is a possible attribute.
Public fieldStatic memberDESTINATION
This is a possible attribute.
Public fieldStatic memberFILE
This is a possible attribute.
Public fieldStatic memberFILE_DEST
This is a possible annotation type.
Public fieldStatic memberFILE_PAGE
This is a possible annotation type.
Public fieldStatic memberLAUNCH
This is a possible annotation type.
Public fieldStatic memberLLX
This is a possible attribute.
Public fieldStatic memberLLY
This is a possible attribute.
Public fieldStatic memberMIMETYPE
This is a possible attribute.
Public fieldStatic memberNAMED
This is a possible attribute.
Public fieldStatic memberNAMED_DEST
This is a possible annotation type.
Public fieldStatic memberOPERATION
This is a possible attribute.
Public fieldStatic memberPAGE
This is a possible attribute.
Public fieldStatic memberPARAMETERS
This is a possible attribute.
Public fieldStatic memberSCREEN
This is a possible annotation type.
Public fieldStatic memberTEXT
This is a possible annotation type.
Public fieldStatic memberTITLE
This is a possible attribute.
Public fieldStatic memberURL
This is a possible attribute.
Public fieldStatic memberURL_AS_STRING
This is a possible annotation type.
Public fieldStatic memberURL_NET
This is a possible annotation type.
Public fieldStatic memberURX
This is a possible attribute.
Public fieldStatic memberURY
This is a possible attribute.

Properties

  NameDescription
Public propertyAnnotationType
Returns the type of this Annotation.
Public propertyAttributes
Gets the content of this Annotation.
Public propertyChunks
Gets all the chunks in this element.
Public propertyContent
Gets the content of this Annotation.
Public propertyTitle
Returns the title of this Annotation.
Public propertyType
Gets the type of the text element

See Also