Share via


SupplementalFont.Script Property

Script.Represents the attribte in schema: script

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

Syntax

'Declaration
<SchemaAttrAttribute(, "script")> _
Public Property Script As StringValue
    Get
    Set
'Usage
Dim instance As SupplementalFont
Dim value As StringValue

value = instance.Script

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the script, or language, in which the typeface is supposed to be used.

The possible values for this attribute are defined by the XML Schema string datatype.

See Also

Reference

SupplementalFont Class

SupplementalFont Members

DocumentFormat.OpenXml.Drawing Namespace