IWxViewExporter.FullLengthTitle

Syntax

FullLengthTitle: Boolean;

Description

The FullLengthTitle property determines whether the title is trimmed on exporting if its width exceeds the width of the workspace.

Comments

The property is relevant on exporting the objects having a separate title and a workspace

If the FullLengthTitle property is set to True, the export is executed to fit the entire title. The workspace display is aligned to center relative to the title.

By default, the FullLengthTitle property is set to False, and the title is trimmed. The title and workspace images are aligned to the left edge.

Example

The example of use is given in description of IWxViewExporter.ExportToFile.

See also:

IWxViewExporter