Class TextContentData
public class TextContentData
- Inheritance
-
objectTextContentData
Constructors
TextContentData()
public TextContentData()
TextContentData(string)
public TextContentData(string text)
Parameters
textstring
TextContentData(string, params Annotation[])
public TextContentData(string text, params Annotation[] annotations)
Parameters
textstringannotationsAnnotation[]
Properties
Annotations
The annotations that are associated with the text.
public Annotation[] Annotations { get; set; }
Property Value
Value
The data that makes up the Text.
public string Value { get; set; }
Property Value
- string
Operators
implicit operator TextContentData(string)
public static implicit operator TextContentData(string text)
Parameters
textstring