Interface IWhiteSpace
Represents properties of "invisible" characters, such as spaces and tabs, in the control's text content.
public interface IWhiteSpace : IUpdate
Properties
- EofString
When implemented by a class, represents one character string that specifies end of file.
- EofSymbol
When implemented by a class, gets or sets character that specifies end of file.
- EolString
When implemented by a class, represents one character string that specifies end of line.
- EolSymbol
When implemented by a class, gets or sets character that specifies end of line.
- LongSpaceSymbol
When implemented by a class, gets or sets character that introduces special symbol to paint instead of the long space character.
- SpaceString
When implemented by a class, represents one character string that introduces special symbol to paint instead of the space character.
- SpaceSymbol
When implemented by a class, gets or sets character that introduces special symbol to paint instead of the space character.
- SymbolColor
When implemented by a class, gets or sets color used to paint special symbols.
- TabString
When implemented by a class, represents one character string that introduces special symbol to paint instead of the tab character.
- TabSymbol
When implemented by a class, gets or sets character that introduces special symbol to paint instead of the tab character.
- Visible
When implemented by a class, gets or sets a value indicating whether white space symbols are visible in the control's text content.
- WordWrapString
When implemented by a class, represents one character string that specifies wrapped file.
- WordWrapSymbol
When implemented by a class, gets or sets character that specifies wrapped line.
Methods
- Assign(IWhiteSpace)
When implemented by a class, copies the contents from another
IWhiteSpace
object.
- ResetEofSymbol()
When implemented by a class, resets the
EofSymbol
to the default value.
- ResetEolSymbol()
When implemented by a class, resets the
EolSymbol
to the default value.
- ResetSpaceSymbol()
When implemented by a class, resets the
SpaceSymbol
to the default value.
- ResetSymbolColor()
When implemented by a class, resets the
SymbolColor
to the default value.
- ResetTabSymbol()
When implemented by a class, resets the
TabSymbol
to the default value.
- ResetVisible()
When implemented by a class, resets the
Visible
to the default value.
- ResetWordWrapSymbol()
When implemented by a class, resets the
WordWrapSymbol
to the default value.