Click or drag to resize
HyperTextProcessorLink Class
A class for storing information about a link indicated in the text.
Inheritance Hierarchy
SystemObject
  Candlelight.UIHyperTextProcessorTagCharacterData
    Candlelight.UIHyperTextProcessorLink

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class Link : HyperTextProcessorTagCharacterData

The HyperTextProcessorLink type exposes the following members.

Constructors
  NameDescription
Public methodHyperTextProcessorLink
Initializes a new instance of the HyperTextProcessorLink class.
Top
Properties
  NameDescription
Public propertyCharacterIndices
Gets or sets the character indices.
(Inherited from HyperTextProcessorTagCharacterData.)
Public propertyClassName
Gets the name of the class.
Public propertyName
Gets the value of the name attribute.
Public propertyStyle
Gets or sets the style.
Top
Methods
See Also