PresentationPart.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(FontPartType) | Adds a FontPart to the PresentationPart | 
| AddFontPart(String) | Adds a FontPart to the PresentationPart | 
| AddFontPart(FontPartType, String) | Adds a FontPart to the PresentationPart | 
| AddFontPart(String, String) | Adds a FontPart to the PresentationPart | 
AddFontPart(FontPartType)
Adds a FontPart to the PresentationPart
public DocumentFormat.OpenXml.Packaging.FontPart AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType);member this.AddFontPart : DocumentFormat.OpenXml.Packaging.FontPartType -> DocumentFormat.OpenXml.Packaging.FontPartPublic Function AddFontPart (partType As FontPartType) As FontPartParameters
- partType
- FontPartType
The part type of the FontPart
Returns
The newly added part.
Applies to
AddFontPart(String)
Adds a FontPart to the PresentationPart
public DocumentFormat.OpenXml.Packaging.FontPart AddFontPart(string contentType);member this.AddFontPart : string -> DocumentFormat.OpenXml.Packaging.FontPartPublic Function AddFontPart (contentType As String) As FontPartParameters
- contentType
- String
The content type of the FontPart
Returns
The newly added part.
Applies to
AddFontPart(FontPartType, String)
Adds a FontPart to the PresentationPart
public DocumentFormat.OpenXml.Packaging.FontPart AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string id);member this.AddFontPart : DocumentFormat.OpenXml.Packaging.FontPartType * string -> DocumentFormat.OpenXml.Packaging.FontPartPublic Function AddFontPart (partType As FontPartType, id As String) As FontPartParameters
- partType
- FontPartType
The part type of the FontPart
- id
- String
The relationship id
Returns
The newly added part.
Applies to
AddFontPart(String, String)
Adds a FontPart to the PresentationPart
public DocumentFormat.OpenXml.Packaging.FontPart AddFontPart(string contentType, string id);member this.AddFontPart : string * string -> DocumentFormat.OpenXml.Packaging.FontPartPublic Function AddFontPart (contentType As String, id As String) As FontPartParameters
- contentType
- String
The content type of the FontPart
- id
- String
The relationship id
Returns
The newly added part.