FontReference.Index Property
Identifier.Represents the attribte in schema: idx
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "idx")> _
Public Property Index As EnumValue(Of FontCollectionIndexValues)
Get
Set
'Usage
Dim instance As FontReference
Dim value As EnumValue(Of FontCollectionIndexValues)
value = instance.Index
instance.Index = value
[SchemaAttrAttribute(, "idx")]
public EnumValue<FontCollectionIndexValues> Index { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<FontCollectionIndexValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the identifier of the font to reference.
The possible values for this attribute are defined by the ST_FontCollectionIndex simple type.