WordWrap Property (ILEADRasterTextEfx)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL WordWrap;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that Indicates whether the WordWrap checkbox was checked in the Text dialog box. Possible values are:

Setting

Description

VARIANT_TRUE

The TextWordWrap check box was checked. Allow word wrapping.

VARIANT_FALSE

The TextWordWrap check box wasn’t checked. Do not allow word wrapping.

See Also

Elements

ShowTextDlg method, UIFlags property