Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (34 loc) · 1.31 KB

webpagefont-object-office.md

File metadata and controls

55 lines (34 loc) · 1.31 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
WebPageFont Object (Office)
vbaof11.chm224000
vbaof11.chm224000
office
Office.WebPageFont
daf3c079-520d-68bd-ec02-027776074505
06/08/2017

WebPageFont Object (Office)

Represents the default font used when documents are saved as Web pages for a particular character set.

Remarks

Use the WebPageFont object to describe the proportional font, proportional font size, fixed-width font, and fixed-width font size for any available character set .

Example

The following example sets the proportional font and proportional font size for the WebPageFont object's "myFont".

With myFont 
 ProportionalFont = Verdana 
 ProportionalFontSize = 14

Properties

Name
Application
Creator
FixedWidthFont
FixedWidthFontSize
ProportionalFont
ProportionalFontSize

See also

Other resources

Object Model Reference