DefaultWebOptions.Fonts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Office::Core::WebPageFonts ^ Fonts { Microsoft::Office::Core::WebPageFonts ^ get(); };
public Microsoft.Office.Core.WebPageFonts Fonts { get; }
member this.Fonts : Microsoft.Office.Core.WebPageFonts
Public ReadOnly Property Fonts As WebPageFonts