Share via


Font.Embedded Property

Determines whether the specified font is embedded in the presentation. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Embedded As MsoTriState
    Get
'Usage
Dim instance As Font
Dim value As MsoTriState

value = instance.Embedded
MsoTriState Embedded { get; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value of the property can be one of these MsoTriState constants.

Constant

Description

msoFalse

The specified font is not embedded in the presentation.

msoTrue

The specified font is embedded in the presentation.

See Also

Reference

Font Interface

Font Members

Microsoft.Office.Interop.PowerPoint Namespace