Share via


WebPageFont.FixedWidthFont Property

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property FixedWidthFont As String
    Get
    Set
'Usage
Dim instance As WebPageFont
Dim value As String

value = instance.FixedWidthFont

instance.FixedWidthFont = value
string FixedWidthFont { get; set; }

Property Value

Type: System.String

Remarks

When you set the FixedWidthFont property, the host application does not check the value for validity.

See Also

Reference

WebPageFont Interface

WebPageFont Members

Microsoft.Office.Core Namespace