AutoNumberedBullet.StartAt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Start Numbering At
Represents the following attribute in the schema: startAt
[DocumentFormat.OpenXml.SchemaAttr(0, "startAt")]
public DocumentFormat.OpenXml.Int32Value StartAt { get; set; }
public DocumentFormat.OpenXml.Int32Value StartAt { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "startAt")]
public DocumentFormat.OpenXml.Int32Value? StartAt { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("startAt")]
public DocumentFormat.OpenXml.Int32Value? StartAt { get; set; }
public DocumentFormat.OpenXml.Int32Value? StartAt { get; set; }
member this.StartAt : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "startAt")>]
member this.StartAt : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("startAt")>]
member this.StartAt : DocumentFormat.OpenXml.Int32Value with get, set
Public Property StartAt As Int32Value
Property Value
Returns Int32Value.
- Attributes
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.