OpenXmlWriter.Create Method (OpenXmlPart, Encoding)
Create an OpenXmlWriter from the OpenXmlPart.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Shared Function Create ( _
openXmlPart As OpenXmlPart, _
encoding As Encoding _
) As OpenXmlWriter
'使用
Dim openXmlPart As OpenXmlPart
Dim encoding As Encoding
Dim returnValue As OpenXmlWriter
returnValue = OpenXmlWriter.Create(openXmlPart, _
encoding)
public static OpenXmlWriter Create(
OpenXmlPart openXmlPart,
Encoding encoding
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.OpenXmlPart
The OpenXmlPart to be writern.
- encoding
Type: System.Text.Encoding
The encoding for the XML stream.
Return Value
Type: DocumentFormat.OpenXml.OpenXmlWriter
The created OpenXmlWriter instance.