_Presentation.Fonts Property
Returns a Fonts collection that represents all fonts used in the specified presentation. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Fonts As Fonts
Get
'Usage
Dim instance As _Presentation
Dim value As Fonts
value = instance.Fonts
Fonts Fonts { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Fonts