次の方法で共有


TableCellProperties.LeftMargin プロパティ

定義

Left Margin

スキーマ内の次の属性を表します。 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

プロパティ値

Int32Value を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

この属性は、セルの左余白を指定します。 この属性で指定する値は、セルの左側からオフセットする距離 (EMU) です。

次の例について考えます。

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

この例では、セルの左側にある余白の値を指定しました。

この属性に使用できる値は、ST_Coordinate32単純型によって定義されます。

適用対象