Font.Name Property

Primary Font Name.Represents the attribte in schema: w:name

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

Syntax

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

value = instance.Name

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Wordprocessing Namespace