Property | Type | Description | |
---|---|---|---|
IsFinal | bool | ||
IsInitial | bool | ||
IsParaBreak | bool | ||
TokenType | PunctuationTokenType | ||
Tts |
Method | Description | |
---|---|---|
PunctuationToken ( PunctuationTokenType tokenType, |
Initializes a new instance of the PunctuationToken class.
|
|
PunctuationToken ( bool isInitial, bool isFinal, bool isParaBreak ) : System |
Initializes a new instance of the PunctuationToken class for a whitespace character.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current PunctuationToken.
|
public PunctuationToken ( PunctuationTokenType tokenType, |
||
tokenType | PunctuationTokenType | Type of the token. |
tts | The TextTokenSubstring. | |
isInitial | bool | if set to |
isFinal | bool | if set to |
return | System |
public PunctuationToken ( bool isInitial, bool isFinal, bool isParaBreak ) : System | ||
isInitial | bool | if set to |
isFinal | bool | if set to |
isParaBreak | bool | if set to |
return | System |