Class TextRef
Inheritance
object
TextRef
Assembly: .dll
Syntax
Constructors
TextRef()
Declaration
TextRef(string)
Declaration
public TextRef(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
TextRef(string, params Annotation[])
Declaration
public TextRef(string text, params Annotation[] annotations)
Parameters
Type |
Name |
Description |
string |
text |
|
Annotation[] |
annotations |
|
Properties
Annotations
The annotations that are associated with the text.
Declaration
public Annotation[] Annotations { get; set; }
Property Value
Value
The data that makes up the Text.
Declaration
public string Value { get; set; }
Property Value
Operators
implicit operator TextRef(string)
Declaration
public static implicit operator TextRef(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns