Partager via


TableCellProperties.RightMargin Propriété

Définition

Right Margin

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

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

Prenons l'exemple suivant :

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

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

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

S’applique à