Share via


Presentation.EmbeddedFontList Property

Embedded Font List.Represents the element tag in schema: p:embeddedFontLst

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property EmbeddedFontList As EmbeddedFontList
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As EmbeddedFontList

value = instance.EmbeddedFontList

instance.EmbeddedFontList = value
public EmbeddedFontList EmbeddedFontList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.EmbeddedFontList
Returns EmbeddedFontList.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace