Class SpellCheckIgnoreSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SpellCheckIgnoreSettings : EJTagHelper
Constructors
SpellCheckIgnoreSettings()
Declaration
public SpellCheckIgnoreSettings()
Properties
IgnoreAlphaNumericWords
Declaration
[JsonProperty("ignoreAlphaNumericWords")]
public bool IgnoreAlphaNumericWords { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IgnoreEmailAddress
Declaration
[JsonProperty("ignoreEmailAddress")]
public bool IgnoreEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IgnoreFileNames
Declaration
[JsonProperty("ignoreFileNames")]
public bool IgnoreFileNames { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IgnoreHtmlTags
Declaration
[JsonProperty("ignoreHtmlTags")]
public bool IgnoreHtmlTags { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IgnoreMixedCaseWords
Declaration
[JsonProperty("ignoreMixedCaseWords")]
public bool IgnoreMixedCaseWords { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IgnoreUpperCase
Declaration
[JsonProperty("ignoreUpperCase")]
public bool IgnoreUpperCase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IgnoreUrl
Declaration
[JsonProperty("ignoreUrl")]
public bool IgnoreUrl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |