...
Description |
---|
Excerpt | ||||
---|---|---|---|---|
Opens a WordWriter template from a
|
...
|
...
|
Signature | ||||
---|---|---|---|---|
| ||||
public void Open(System.IO.Stream templateStream)
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Sub Open(ByVal templateStream As System.IO.Stream)
{signature}
{parameters}
{param:templateStream}A {{ |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
A object, or a class derived from System.IO.Stream \(for example, System.IO.FileStream \). {param} {exceptions} {exception:ArgumentNullException}{exception} {remarks}WordWriter supports Microsoft Word 97, 2000, 2002 \(XP\), 2003, and 2007. Do not use [Open|WordTemplate.Open] to open files created in earlier versions of Microsoft Word. {remarks} {example}{code:csharp|title=C#} |
Exceptions |
---|
Exception | ||||
---|---|---|---|---|
| ||||
Remarks |
---|
WordWriter supports Microsoft Word 97, 2000, 2002 (XP), 2003, and 2007. Do not use Open to open files created in earlier versions of Microsoft Word. |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|