The Header type exposes the following members.

Constructors

  NameDescription
Public methodHeader
Constructs a Header.

Methods

  NameDescription
Public methodAppend
appends some text to this Meta.
(Inherited from Meta.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsContent (Inherited from Meta.)
Public methodIsNestable (Inherited from Meta.)
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 a IElementListener.
(Inherited from Meta.)
Public methodToString (Inherited from Meta.)

Properties

  NameDescription
Public propertyChunks
Gets all the chunks in this element.
(Inherited from Meta.)
Public propertyContent
Returns the content of the meta information.
(Inherited from Meta.)
Public propertyName
Returns the name of the meta information.
(Overrides Meta..::..Name.)
Public propertyType
Gets the type of the text element.
(Inherited from Meta.)

See Also