View Export Properties

The following properties are available on ViewExport objects, which appear as expandable sub-properties of the objects that use them.

General

Property Type Default Description

Caption

string

Text for this export’s button in the Exports drop-down tool’s list.

Comments

string

Developer comments. Comments are only visible in the Exports Editor.

Name

string

A name to identify this export.

ToolTipText

string

Text to display as the ToolTip when the user hovers over this export’s button in the Exports drop-down tool’s list.

ToolTipTitle

string

Text to display as the ToolTip Title when the user hovers over this export’s button in the Exports drop-down tool’s list.

Output

Property Type Default Description

AllowUserToSpecifySaveAsFile

bool

Whether to prompt the user with a select-file dialog.

ExportFileOption

ExportFileOption

Create New - Create a new file to export to. Update Existing - Export to an existing file.

OpenFile

bool

Whether to open the resulting file when the export is finished.

OverwriteExistingFile

bool

Whether the resulting export overwrites an existing file. If not checked then an new file will be created with a sequence number.

SaveAsFilePath

string

Specifies the path of the resulting export.

Ranges

Property Type Default Description

AllSheets

bool

Whether to export specific ranges or the same range from all sheets.

AllSheetsExportRange

PowerPointExportRange

The range name to export from all sheets.

ExportRanges

ArrayList of PowerPointExportRange

The list of ranges to export.

Source

Property Type Default Description

AllowUserToSpecifySourceFile

bool

Whether to prompt the user to select the source file.

SourceBinaryArtifactID

string

Specifies an existing BinaryArtifact to export to.

SourceFileIsBinaryArtifact

bool

Whether the specified file is an existing binary artifact.

SourceFilePath

string

Specifies an existing file to export to.