OpenXmlSupportedRelationshipExtensions.AddFontPart Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddFontPart<T>(T, PartTypeInfo, String) |
Adds a FontPart as a relationship to the parent part |
AddFontPart<T>(T, String, String) |
Adds a FontPart as a relationship to the parent part |
AddFontPart<T>(T, PartTypeInfo, String)
Adds a FontPart as a relationship to the parent part
public static DocumentFormat.OpenXml.Packaging.FontPart AddFontPart<T> (this T parent, DocumentFormat.OpenXml.Packaging.PartTypeInfo partType, string? id = default) where T : DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer, DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.FontPart>;
static member AddFontPart : 'T * DocumentFormat.OpenXml.Packaging.PartTypeInfo * string -> DocumentFormat.OpenXml.Packaging.FontPart (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer and 'T :> DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.FontPart>)
<Extension()>
Public Function AddFontPart(Of T As {OpenXmlPartContainer, ISupportedRelationship(Of FontPart)}) (parent As T, partType As PartTypeInfo, Optional id As String = Nothing) As FontPart
Type Parameters
- T
Parameters
- parent
- T
The parent part requesting to add.
- partType
- PartTypeInfo
The part type information for the added extensible part.
- id
- String
The relationship id. Optional, default to null.
Returns
Applies to
AddFontPart<T>(T, String, String)
Adds a FontPart as a relationship to the parent part
public static DocumentFormat.OpenXml.Packaging.FontPart AddFontPart<T> (this T parent, string contentType, string? id = default) where T : DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer, DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.FontPart>;
static member AddFontPart : 'T * string * string -> DocumentFormat.OpenXml.Packaging.FontPart (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer and 'T :> DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.FontPart>)
<Extension()>
Public Function AddFontPart(Of T As {OpenXmlPartContainer, ISupportedRelationship(Of FontPart)}) (parent As T, contentType As String, Optional id As String = Nothing) As FontPart
Type Parameters
- T
Parameters
- parent
- T
The parent part requesting to add.
- contentType
- String
The content type information for the added extensible part.
- id
- String
The relationship id. Optional, default to null.