Daniel's XL Toolbox NG
XLToolbox.Export.Models.BatchExportSettings Class Reference

Holds settings for a specific batch export process. More...

Inheritance diagram for XLToolbox.Export.Models.BatchExportSettings:
Collaboration diagram for XLToolbox.Export.Models.BatchExportSettings:

Public Member Functions

 BatchExportSettings ()
 
 BatchExportSettings (Preset preset)
 
void Store ()
 
void Store (Workbook workbookContext)
 
- Public Member Functions inherited from XLToolbox.Export.Models.Settings
 Settings ()
 

Static Public Member Functions

static BatchExportSettings FromLastUsed ()
 Returns the BatchExportSettings object that was last used and stored in the assembly's Properties, or Null if no stored object exists. More...
 
static BatchExportSettings FromLastUsed (Workbook workbookContext)
 Returns the BatchExportSettings object that was last used and stored in the workbookContext's hidden storage area, or the one stored in the assembly's Properties, or Null if no stored object exists. More...
 

Properties

BatchExportScope Scope [get, set]
 
BatchExportObjects Objects [get, set]
 
BatchExportLayout Layout [get, set]
 
String Path [get, set]
 
bool Screenshot [get, set]
 
- Properties inherited from XLToolbox.Export.Models.Settings
Preset Preset [get, set]
 
string FileName [get, set]
 

Detailed Description

Holds settings for a specific batch export process.

Constructor & Destructor Documentation

◆ BatchExportSettings() [1/2]

XLToolbox.Export.Models.BatchExportSettings.BatchExportSettings ( )
inline

◆ BatchExportSettings() [2/2]

XLToolbox.Export.Models.BatchExportSettings.BatchExportSettings ( Preset  preset)
inline

Member Function Documentation

◆ FromLastUsed() [1/2]

static BatchExportSettings XLToolbox.Export.Models.BatchExportSettings.FromLastUsed ( )
inlinestatic

Returns the BatchExportSettings object that was last used and stored in the assembly's Properties, or Null if no stored object exists.

Returns
Last stored BatchExportSettings object, or Null if no such object exists.

◆ FromLastUsed() [2/2]

static BatchExportSettings XLToolbox.Export.Models.BatchExportSettings.FromLastUsed ( Workbook  workbookContext)
inlinestatic

Returns the BatchExportSettings object that was last used and stored in the workbookContext's hidden storage area, or the one stored in the assembly's Properties, or Null if no stored object exists.

Parameters
workbookContext
Returns
Last stored BatchExportSettings object, or Null if no such object exists.

◆ Store() [1/2]

void XLToolbox.Export.Models.BatchExportSettings.Store ( )
inline

◆ Store() [2/2]

void XLToolbox.Export.Models.BatchExportSettings.Store ( Workbook  workbookContext)
inline

Property Documentation

◆ Layout

BatchExportLayout XLToolbox.Export.Models.BatchExportSettings.Layout
getset

◆ Objects

BatchExportObjects XLToolbox.Export.Models.BatchExportSettings.Objects
getset

◆ Path

String XLToolbox.Export.Models.BatchExportSettings.Path
getset

◆ Scope

BatchExportScope XLToolbox.Export.Models.BatchExportSettings.Scope
getset

◆ Screenshot

bool XLToolbox.Export.Models.BatchExportSettings.Screenshot
getset

The documentation for this class was generated from the following file: