Class TextArea
Get summary of text area information for list of text areas in automatic report.
Inheritance
System.Object
TextArea
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Tiresias
Assembly: Phoenix.Plugin.Tiresias.dll
Syntax
public class TextArea
Constructors
View SourceTextArea(String, Boolean, Boolean, Boolean)
Initializes a new instance of the TextArea class.
Declaration
public TextArea(string text, bool sizeFlag, bool contrastFlag, bool characterLimitFlag)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | Line of text. |
System.Boolean | sizeFlag | Boolean indicating if text passed the size test. |
System.Boolean | contrastFlag | Boolean indicating if text passed contrast test. |
System.Boolean | characterLimitFlag | Boolean indicating if text passed the character limit. |
Properties
View SourceCharacterLimitResult
Gets or sets a value indicating whether this text passed the line character limit.
Declaration
public bool CharacterLimitResult { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContrastResult
Gets or sets a value indicating whether this text passed the contrast tests.
Declaration
public bool ContrastResult { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SizeResult
Gets or sets a value indicating whether this text passed the size test.
Declaration
public bool SizeResult { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |