Partager via


TableCellProperties.LeftMargin Propriété

Définition

Left Margin

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

[DocumentFormat.OpenXml.SchemaAttr(0, "marL")]
public DocumentFormat.OpenXml.Int32Value LeftMargin { get; set; }
public DocumentFormat.OpenXml.Int32Value LeftMargin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "marL")]
public DocumentFormat.OpenXml.Int32Value? LeftMargin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("marL")]
public DocumentFormat.OpenXml.Int32Value? LeftMargin { get; set; }
public DocumentFormat.OpenXml.Int32Value? LeftMargin { get; set; }
member this.LeftMargin : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "marL")>]
member this.LeftMargin : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("marL")>]
member this.LeftMargin : DocumentFormat.OpenXml.Int32Value with get, set
Public Property LeftMargin 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 gauche de la cellule. La valeur spécifiée dans cet attribut est la distance, en UNITÉS DM, à décaler à partir de la gauche de la cellule.

Prenons l'exemple suivant :

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

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

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

S’applique à