DefaultWebOptions.Fonts Property
Returns the WebPageFonts collection representing the set of fonts Microsoft Word uses when you open a Web page in Word and there is no font information specified in the Web page, or the current default font can't display the character set in the Web page.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Fonts As WebPageFonts
Get
'Usage
Dim instance As DefaultWebOptions
Dim value As WebPageFonts
value = instance.Fonts
WebPageFonts Fonts { get; }
Property Value
Type: WebPageFonts