Description |
---|
Excerpt |
---|
Opens a PowerPointWriter template presentation file from the specified System.IO.Stream instance. A PowerPointWriter template is a file created in Microsoft PowerPoint that contains data markers where data source values will be inserted. |
Signature | ||||
---|---|---|---|---|
| ||||
public void Open(System.IO.Stream templateStream) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Sub Open(ByVal templateStream As System.IO.Stream) |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
A System.IO.Stream instance, or an instance of a class that is derived from System.IO.Stream (for example, System.IO.MemoryStream), representing the template PowerPoint presentation file. |
Exceptions |
---|
Exception | ||||
---|---|---|---|---|
| ||||
Open will throw this exception if |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|