TableGridChange.Id 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.
Identificateur d’annotation
Représente l’attribut suivant dans le schéma : w :id
[DocumentFormat.OpenXml.SchemaAttr(23, "id")]
public DocumentFormat.OpenXml.StringValue Id { get; set; }
public DocumentFormat.OpenXml.StringValue Id { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "id")]
public DocumentFormat.OpenXml.StringValue? Id { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:id")]
public DocumentFormat.OpenXml.StringValue? Id { get; set; }
public DocumentFormat.OpenXml.StringValue? Id { get; set; }
member this.Id : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "id")>]
member this.Id : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:id")>]
member this.Id : DocumentFormat.OpenXml.StringValue with get, set
Public Property Id As StringValue
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 un identificateur unique pour une annotation dans un document WordprocessingML. Les restrictions sur l’attribut, le id
cas échéant, sont définies par l’élément XML parent.
Si cet attribut est omis, le document n’est pas conforme.
Considérez une annotation représentée à l’aide du fragment WordprocessingML suivant :
<w:… w:id="1" … >
…
</w:…>
L’attribut id
spécifie que l’ID de l’annotation actuelle est 1
. Cette valeur est utilisée pour identifier de manière unique cette annotation dans le contenu du document.
Les valeurs possibles pour cet attribut sont définies par le ST_DecimalNumber
type simple.