Programming Interface

You can find a description of all options used in the Text export module in this chapter. The options can be modified using the methods LlXSetParameter(…"TXT_LAYOUT"…) and read by calling LlXGet­Parameter(…"TXT_LAYOUT"…).

Verbosity.Text: Configures how text typed columns should be exported.

Value

Meaning

0

Ignore cell

1

Cell as text

Default

1

 

Verbosity.RTF: Configures how RTF typed columns should be exported.

Value

Meaning

0

Ignore cell

1

As RTF stream

2

As unformatted text

Default

2

 

Verbosity.Table: Configures how table objects should be exported.

Value

Meaning

0

Ignore object

1

As a table object

Default

1

 

Verbosity.Table.Cell: Configures how table cells should be exported.

Value

Meaning

0

Ignore cell

1

As a cell object using the verbosity settings of the object types specified in the cell.

Default

1

 

Export.Path: Path where the exported files should be saved.

Export.File: File name of the document. If this option is empty, a file selection dialog will always be displayed, default "export.txt".

Export.InfinitePage: This "endlessly" increases the size of the page output, you get an export that is not divided by breaks (unless you work with "Pagebreak Before", then the page will still be wrapped there).

Value

Meaning

0

Single pages

1

Endless page

Default

1

 

Export.Quiet: Use this option to configure the possibility of exporting without user interaction.

Value

Meaning

0

Export with user interaction (dialogs)

1

No dialogs or message boxes will be displayed (only if Export.Path was specified).

Default

0

 

Export.ShowResult: Specifies whether the export result will be displayed automatically. The program that displays the result will be determined by the associated file type.

Value

Meaning

0

Result will not be displayed automatically

1

Calls ShellExecute() with Export.File.

Default

0

 

Export.ShowResultAvailable: Enables you to hide the respective checkbox in the dialog.

Value

Meaning

0

Checkbox will be hidden

1

Checkbox will be available

Default

1

 

Export.AllInOneFile: Configures the export result format.

Value

Meaning

0

Every printed page will be exported in a single TXT file. If the filename contains the format identifier "%d", this identifier will be repaced by the corresponding page number.

1

The result is a single TXT file (Export.File), containing all printed pages.

Default

1

 

TXT.Charset: Specifies the character set of the result file.

Value

Meaning

ANSI

Ansi character set

ASCII

Ascii character set

UNICODE

Unicode character set

UTF8

UTF8 character set

Default

UNICODE