iSpring.Presenters Interface
The Presenters Interface represents a collection of presentation presenters.
| Properties |
|
Property |
Value Type |
Access |
Default value |
Property description |
|
Item(int index) |
Read/Write |
|
Returns the Presenter Interface representing a presentation presenter with the given index. Note: index is 1-based |
|
|
Count |
int |
Read only |
|
Returns a number of presenter within the presentation |
|
Company |
Read/Write |
|
Returns the Company interface providing information about presenters default company |
| Methods |
|
Method |
Method description |
|
Presenter AddPresenter(string name) |
Adds new presenter with specified name to the presentation presenters collection. Method returns Presenter interface for new added presenter |
|
Void LoadFromPresentation() |
Loads information about presenters from the presentation file. |
|
Void SaveToPresentation() |
Saves information about presenters to the presentation file. |
See also