Compartir a través de


PresentationPart.AddFontPart Método

Definición

Sobrecargas

AddFontPart(FontPartType)

Agrega un elemento FontPart a PresentationPart

AddFontPart(String)

Agrega un elemento FontPart a PresentationPart

AddFontPart(FontPartType, String)

Agrega un elemento FontPart a PresentationPart

AddFontPart(String, String)

Agrega un elemento FontPart a PresentationPart

AddFontPart(FontPartType)

Agrega un elemento FontPart a PresentationPart

public DocumentFormat.OpenXml.Packaging.FontPart AddFontPart (DocumentFormat.OpenXml.Packaging.FontPartType partType);
member this.AddFontPart : DocumentFormat.OpenXml.Packaging.FontPartType -> DocumentFormat.OpenXml.Packaging.FontPart
Public Function AddFontPart (partType As FontPartType) As FontPart

Parámetros

partType
FontPartType

Tipo de elemento de FontPart

Devoluciones

La parte recién agregada.

Se aplica a

AddFontPart(String)

Agrega un elemento FontPart a PresentationPart

public DocumentFormat.OpenXml.Packaging.FontPart AddFontPart (string contentType);
member this.AddFontPart : string -> DocumentFormat.OpenXml.Packaging.FontPart
Public Function AddFontPart (contentType As String) As FontPart

Parámetros

contentType
String

Tipo de contenido de FontPart

Devoluciones

La parte recién agregada.

Se aplica a

AddFontPart(FontPartType, String)

Agrega un elemento FontPart a 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.FontPart
Public Function AddFontPart (partType As FontPartType, id As String) As FontPart

Parámetros

partType
FontPartType

Tipo de elemento de FontPart

id
String

Identificador de relación

Devoluciones

La parte recién agregada.

Se aplica a

AddFontPart(String, String)

Agrega un elemento FontPart a PresentationPart

public DocumentFormat.OpenXml.Packaging.FontPart AddFontPart (string contentType, string id);
member this.AddFontPart : string * string -> DocumentFormat.OpenXml.Packaging.FontPart
Public Function AddFontPart (contentType As String, id As String) As FontPart

Parámetros

contentType
String

Tipo de contenido de FontPart

id
String

Identificador de relación

Devoluciones

La parte recién agregada.

Se aplica a