[]
Load document from the file in Open XML format.
public void LoadFromOpenXml(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The file name of Word Open XML file. |
Load document from the readable Open XML stream.
public void LoadFromOpenXml(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The readable Open XML stream. |