AutoNumberedBullet.StartAt Property
Start Numbering At.Represents the attribte in schema: startAt
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "startAt")> _
Public Property StartAt As Int32Value
Get
Set
'Usage
Dim instance As AutoNumberedBullet
Dim value As Int32Value
value = instance.StartAt
instance.StartAt = value
[SchemaAttrAttribute(, "startAt")]
public Int32Value StartAt { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the number that will start number for a given sequence of automatically numbered bullets. When the numbering is alphabetical, the number should map to the appropriate letter. For instance 1 will map to a, 2 to b and so on. If the numbers are larger than 26, then multiple letters should be used. For instance 27 should be represented as aa and similarly 53 should be aaa.
The possible values for this attribute are defined by the ST_TextBulletStartAtNum simple type.