SupplementalFont.Typeface 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.
Typeface
Represents the following attribute in the schema: typeface
[DocumentFormat.OpenXml.SchemaAttr(0, "typeface")]
public DocumentFormat.OpenXml.StringValue Typeface { get; set; }
public DocumentFormat.OpenXml.StringValue Typeface { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "typeface")]
public DocumentFormat.OpenXml.StringValue? Typeface { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("typeface")]
public DocumentFormat.OpenXml.StringValue? Typeface { get; set; }
public DocumentFormat.OpenXml.StringValue? Typeface { get; set; }
member this.Typeface : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "typeface")>]
member this.Typeface : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("typeface")>]
member this.Typeface : DocumentFormat.OpenXml.StringValue with get, set
Public Property Typeface As StringValue
Property Value
Returns StringValue.
- Attributes
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.