Gets or sets characters which are forbidden to end a screen line.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public virtual char[] CharsForbiddenToEndLine { get; set; }
Visual Basic
Public Overridable Property CharsForbiddenToEndLine As Char()
	Get
	Set

Property Value

Type: array<Char>[]()[][]

Implements

IWordProc..::..CharsForbiddenToEndLine

Remarks

This property is a set of characters. All characters included in the value will be avoided to be placed at the end of a screen line.

Exceptions

ExceptionCondition
System..::..ArgumentNullException

See Also