Gets or sets whether to 'hang' specified characters on the end of screen lines.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public virtual bool EnableCharacterHanging { get; set; } |
Visual Basic |
---|
Public Overridable Property EnableCharacterHanging As Boolean Get Set |
Property Value
Type: BooleanImplements
IWordProc..::..EnableCharacterHanging
Remarks
This property gets or sets whether to 'hang' specified characters on the end of screen lines.
The term 'hang' here means placing a character beyond the end of screen line. Hanged character will be drawn out of text area and not be sent to next screen line.
Which characters are hanged is determined by CharsToBeHanged. To hang EOL code graphics, use EnableEolHanging instead.