Share via


AutoNumberedBullet.Type Property

Bullet Autonumbering Type.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of TextAutoNumberSchemeValues)
    Get
    Set
'Usage
Dim instance As AutoNumberedBullet
Dim value As EnumValue(Of TextAutoNumberSchemeValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<TextAutoNumberSchemeValues> Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TextAutoNumberSchemeValues>
Returns EnumValue<T>.

Remarks

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

Specifies the numbering scheme that is to be used. This allows for the describing of formats other than strictly numbers. For instance a set of bullets may need to be represented by a series of Roman numerals instead of the standard 1,2,3 number set.

The possible values for this attribute are defined by the ST_TextAutonumberScheme simple type.

See Also

Reference

AutoNumberedBullet Class

AutoNumberedBullet Members

DocumentFormat.OpenXml.Drawing Namespace