PresentationPart.AddFontPart Method (FontPartType, String)
Adds a FontPart to the PresentationPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Function AddFontPart ( _
partType As FontPartType, _
id As String _
) As FontPart
'Применение
Dim instance As PresentationPart
Dim partType As FontPartType
Dim id As String
Dim returnValue As FontPart
returnValue = instance.AddFontPart(partType, _
id)
public FontPart AddFontPart(
FontPartType partType,
string id
)
Parameters
- partType
Type: DocumentFormat.OpenXml.Packaging.FontPartType
The part type of the FontPart
- id
Type: System.String
The relationship id
Return Value
Type: DocumentFormat.OpenXml.Packaging.FontPart
The newly added part.