TextFontType.Panose Property

Panose Setting.Represents the attribte in schema: panose

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

Syntax

'Declaration
<SchemaAttrAttribute(, "panose")> _
Public Property Panose As HexBinaryValue
    Get
    Set
'Usage
Dim instance As TextFontType
Dim value As HexBinaryValue

value = instance.Panose

instance.Panose = value
[SchemaAttrAttribute(, "panose")]
public HexBinaryValue Panose { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

TextFontType Class

TextFontType Members

DocumentFormat.OpenXml.Drawing Namespace