TextFontType.PitchFamily Property

Similar Font Family.Represents the attribte in schema: pitchFamily

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

Syntax

'Declaration
<SchemaAttrAttribute(, "pitchFamily")> _
Public Property PitchFamily As SByteValue
    Get
    Set
'Usage
Dim instance As TextFontType
Dim value As SByteValue

value = instance.PitchFamily

instance.PitchFamily = value
[SchemaAttrAttribute(, "pitchFamily")]
public SByteValue PitchFamily { get; set; }

Property Value

Type: DocumentFormat.OpenXml.SByteValue
Returns SByteValue.

See Also

Reference

TextFontType Class

TextFontType Members

DocumentFormat.OpenXml.Drawing Namespace