Partager via


TableCellProperties.TopMargin Propriété

Définition

Top Margin

Représente l’attribut suivant dans le schéma : marT

[DocumentFormat.OpenXml.SchemaAttr(0, "marT")]
public DocumentFormat.OpenXml.Int32Value TopMargin { get; set; }
public DocumentFormat.OpenXml.Int32Value TopMargin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "marT")]
public DocumentFormat.OpenXml.Int32Value? TopMargin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("marT")]
public DocumentFormat.OpenXml.Int32Value? TopMargin { get; set; }
public DocumentFormat.OpenXml.Int32Value? TopMargin { get; set; }
member this.TopMargin : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "marT")>]
member this.TopMargin : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("marT")>]
member this.TopMargin : DocumentFormat.OpenXml.Int32Value with get, set
Public Property TopMargin 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.

Cet attribut spécifie la marge supérieure de la cellule. La valeur spécifiée dans cet attribut est la distance, en unités d’emu, à décaler par rapport au haut de la cellule.

Prenons l'exemple suivant :

<a:tcPr marT="45720" anchor="ctr">  
…  
</a:tcPr>  

Dans cet exemple, nous avons spécifié une valeur pour la marge en haut de la cellule.

Les valeurs possibles pour cet attribut sont définies par le ST_Coordinate32 type simple.

S’applique à