Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified font can be 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 Embeddable As MsoTriState
Get
'Usage
Dim instance As Font
Dim value As MsoTriState
value = instance.Embeddable
MsoTriState Embeddable { get; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the Embeddable property can be one of these MsoTriState constants.
Constant |
Description |
|---|---|
The specified font cannot be embedded in the presentation. |
|
The specified font can be embedded in the presentation. |