EmbeddedFont.Font Property

Embedded Font Name.Represents the element tag in schema: p:font

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

Syntax

'Declaration
Public Property Font As Font
    Get
    Set
'Usage
Dim instance As EmbeddedFont
Dim value As Font

value = instance.Font

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.Font
Returns Font.

See Also

Reference

EmbeddedFont Class

EmbeddedFont Members

DocumentFormat.OpenXml.Presentation Namespace