Gets or sets characters which are forbidden to start a screen line.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public virtual char[] CharsForbiddenToStartLine { get; set; } |
| Visual Basic |
|---|
Public Overridable Property CharsForbiddenToStartLine As Char() Get Set |
Property Value
Type: array<Char>[]()[][]Implements
IWordProc..::..CharsForbiddenToStartLine
Remarks
This property is a set of characters. All characters included in the value will be avoided to be placed at start of a screen line.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException |