SupplementalFont.Typeface Property

Typeface.Represents the attribte in schema: typeface

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "typeface")> _
Public Property Typeface As StringValue
    Get
    Set
'Usage
Dim instance As SupplementalFont
Dim value As StringValue

value = instance.Typeface

instance.Typeface = value
[SchemaAttrAttribute(, "typeface")]
public StringValue Typeface { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the font face to use.

The possible values for this attribute are defined by the ST_TextTypeface simple type.

See Also

Reference

SupplementalFont Class

SupplementalFont Members

DocumentFormat.OpenXml.Drawing Namespace