次の方法で共有


TextFontType.Panose Property

Panose Setting.Represents the attribte in schema: panose

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

Syntax

'宣言
<SchemaAttrAttribute(, "panose")> _
Public Property Panose As HexBinaryValue
    Get
    Set
'使用
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