MainDocumentPart.AddAlternativeFormatImportPart-Methode (String, String)
Adds a AlternativeFormatImportPart to the MainDocumentPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddAlternativeFormatImportPart ( _
contentType As String, _
id As String _
) As AlternativeFormatImportPart
'Usage
Dim instance As MainDocumentPart
Dim contentType As String
Dim id As String
Dim returnValue As AlternativeFormatImportPart
returnValue = instance.AddAlternativeFormatImportPart(contentType, _
id)
public AlternativeFormatImportPart AddAlternativeFormatImportPart(
string contentType,
string id
)
Parameter
- contentType
Typ: System.String
the content type of the AlternativeFormatImportPart
- id
Typ: System.String
The relationship id
Rückgabewert
Typ: DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart
The newly added part.