Font.FontCharSet Property

Character Set Supported By Font.Represents the element tag in schema: w:charset

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

Syntax

'Declaration
Public Property FontCharSet As FontCharSet
    Get
    Set
'Usage
Dim instance As Font
Dim value As FontCharSet

value = instance.FontCharSet

instance.FontCharSet = value
public FontCharSet FontCharSet { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.FontCharSet

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Wordprocessing Namespace