Freigeben über


AutoNumberedBullet.StartAt Eigenschaft

Definition

Nummerierung bei beginnen

Stellt das folgende Attribut im Schema dar: 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

Eigenschaftswert

Gibt zurück Int32Value.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Gibt die Zahl an, die die Startnummer für eine bestimmte Sequenz automatisch nummerierte Aufzählungszeichen angibt. Wenn die Nummerierung alphabetisch ist, sollte die Zahl dem entsprechenden Buchstaben zugeordnet werden. Für instance , zu b usw. zugeordneta2. 1 Wenn die Zahlen größer als 26 sind, sollten mehrere Buchstaben verwendet werden. Für instance 27 sollte als aa dargestellt werden und auf ähnliche Weise 53 seinaaa.

Die möglichen Werte für dieses Attribut werden durch den ST_TextBulletStartAtNum einfachen Typ definiert.

Gilt für: