Class TextContentData
Inheritance
object
TextContentData
Assembly: .dll
Syntax
public class TextContentData
Constructors
TextContentData()
Declaration
TextContentData(string)
Declaration
public TextContentData(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
TextContentData(string, params Annotation[])
Declaration
public TextContentData(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 TextContentData(string)
Declaration
public static implicit operator TextContentData(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns