WebPageFont Interface

Definition

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

public interface class WebPageFont : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0913-0000-0000-C000-000000000046")]
public interface WebPageFont : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0913-0000-0000-C000-000000000046")>]
type WebPageFont = interface
    interface _IMsoDispObj
Public Interface WebPageFont
Implements _IMsoDispObj
Attributes
Implements

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.

Properties

Application

Returns an Application object that represents the container application for the object.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

FixedWidthFont

Returns or sets the fixed-width font setting in the host application.

FixedWidthFontSize

Returns or sets the fixed-width font size setting in the host application in points.

ProportionalFont

Returns or sets the proportional font setting in the host application.

ProportionalFontSize

Returns or sets the proportional font size setting in the host application in points.

Applies to