SymbolChar.Font Property

Symbol Character Font.Represents the attribte in schema: w:font

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

Syntax

'Declaration
<SchemaAttrAttribute(, "font")> _
Public Property Font As StringValue
    Get
    Set
'Usage
Dim instance As SymbolChar
Dim value As StringValue

value = instance.Font

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

SymbolChar Class

SymbolChar Members

DocumentFormat.OpenXml.Wordprocessing Namespace