Represents a mis-spelt word in the text.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class BadWord : WordOccurrence
public class BadWord : WordOccurrence
Public Class BadWord Inherits WordOccurrence
Public Class BadWord Inherits WordOccurrence
public ref class BadWord : public WordOccurrence
public ref class BadWord : public WordOccurrence
type BadWord = class inherit WordOccurrence end
type BadWord = class inherit WordOccurrence end

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | BadWord(String, Int32, Int32) | Constructs a BadWord (REASON_SPELLING) instance. |
![]() | BadWord(String, Int32, Int32, Int32) | Constructs a BadWord instance. |
![]() | caretEnd |
End of word
(Inherited from WordOccurrence.) |
![]() | caretStart |
Start of word
(Inherited from WordOccurrence.) |
![]() | Clone()()()() |
Clones this instance
|
![]() | EndPosition | Gets the position of the end of this word in the main text. (Inherited from WordOccurrence.) |
![]() | Equals(Object) |
See base.
(Overrides Object.Equals(Object).) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEndPosition()()()() | Gets the position of the end of this word in the main text. (Inherited from WordOccurrence.) |
![]() | GetHashCode()()()() |
See base
(Overrides Object.GetHashCode()()()().) |
![]() | GetReason()()()() | Gets the reason that this is a bad word. |
![]() | GetStartPosition()()()() | Gets the position of the start of this word in the main text. (Inherited from WordOccurrence.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | GetWord()()()() | Gets the String of this bad word. (Inherited from WordOccurrence.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Reason | Gets the reason that this is a bad word. |
![]() ![]() | REASON_CAPITALIZATION | BadWord reason, incorrect capitalization. |
![]() ![]() | REASON_DUPLICATE | BadWord reason, duplicate word occurrence. |
![]() ![]() | REASON_SPELLING | BadWord reason, incorrect spelling. |
![]() | Shift(Int32) |
Moves the bad word position by delta |
![]() | StartPosition | Gets the position of the start of this word in the main text. (Inherited from WordOccurrence.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Word | Gets the string of this bad word. (Inherited from WordOccurrence.) |

Object | ||
![]() | WordOccurrence | |
![]() | BadWord |
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412