TableCellProperties.TopMargin プロパティ

定義

Top Margin

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

プロパティ値

Int32Value を返します。

属性

注釈

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

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

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

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

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

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

適用対象