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 |
|---|---|---|---|
string |
Text for this export’s button in the Exports drop-down tool’s list. |
||
string |
Developer comments. Comments are only visible in the Exports Editor. |
||
string |
A name to identify this export. |
||
string |
Text to display as the ToolTip when the user hovers over this export’s button in the Exports drop-down tool’s list. |
||
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 |
|---|---|---|---|
bool |
Whether to prompt the user with a select-file dialog. |
||
ExportFileOption |
Create New - Create a new file to export to. Update Existing - Export to an existing file. |
||
bool |
Whether to open the resulting file when the export is finished. |
||
bool |
Whether the resulting export overwrites an existing file. If not checked then an new file will be created with a sequence number. |
||
string |
Specifies the path of the resulting export. |
Ranges
| Property | Type | Default | Description |
|---|---|---|---|
bool |
Whether to export specific ranges or the same range from all sheets. |
||
The range name to export from all sheets. |
|||
ArrayList of PowerPointExportRange |
The list of ranges to export. |