AutoNumberedBullet.StartAt Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Démarrer la numérotation à
Représente l’attribut suivant dans le schéma : 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
Valeur de propriété
Retourne Int32Value.
- Attributs
Remarques
Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.
Spécifie le numéro de début d’une séquence donnée de puces numérotées automatiquement. Lorsque la numérotation est alphabétique, le nombre doit être mappé à la lettre appropriée. Par instance 1
mappera à a
, 2
à b
et ainsi de suite. Si les nombres sont supérieurs à 26, plusieurs lettres doivent être utilisées. Par instance 27
doit être représenté en tant que aa
et de la même façon 53
doit être aaa
.
Les valeurs possibles pour cet attribut sont définies par le ST_TextBulletStartAtNum
type simple.