RunFonts.Ascii Property

ASCII Font.Represents the attribte in schema: w:ascii

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

Syntax

'Declaration
<SchemaAttrAttribute(, "ascii")> _
Public Property Ascii As StringValue
    Get
    Set
'Usage
Dim instance As RunFonts
Dim value As StringValue

value = instance.Ascii

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

RunFonts Class

RunFonts Members

DocumentFormat.OpenXml.Wordprocessing Namespace