Property

Method

Event

 

 

TextFileLoadType

Acquires or specifies the method to open and display text format files.

Syntax

    [put] HRESULT TextFileLoadType(
    BSTR newVal
    );

Parameters

[put] newVal

[in] Specifies how to open text files.

1

Opens text file by line.

2

Opens text file by paragraph.

Return Values

Always : 0

Sample Codes

VBScript [put]

   dim object
set object = document.editForm
object.wec.TextFileLoadType = "2"
edit = object.wec.TextFileLoadType

See Also

OpenFile, SaveFile, TextFileSaveType, TextValue,