Share via


RunFonts.Hint Property

Definition

Font Content Type

Represents the following attribute in the schema: w:hint

[DocumentFormat.OpenXml.SchemaAttr(23, "hint")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues> Hint { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues> Hint { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "hint")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues>? Hint { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:hint")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues>? Hint { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues>? Hint { get; set; }
member this.Hint : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "hint")>]
member this.Hint : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:hint")>]
member this.Hint : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues> with get, set
Public Property Hint As EnumValue(Of FontTypeHintValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to