TableCellProperties.BottomMargin プロパティ

定義

Bottom Margin

スキーマ内の次の属性を表します: marB

[DocumentFormat.OpenXml.SchemaAttr(0, "marB")]
public DocumentFormat.OpenXml.Int32Value BottomMargin { get; set; }
public DocumentFormat.OpenXml.Int32Value BottomMargin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "marB")]
public DocumentFormat.OpenXml.Int32Value? BottomMargin { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("marB")]
public DocumentFormat.OpenXml.Int32Value? BottomMargin { get; set; }
public DocumentFormat.OpenXml.Int32Value? BottomMargin { get; set; }
member this.BottomMargin : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "marB")>]
member this.BottomMargin : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("marB")>]
member this.BottomMargin : DocumentFormat.OpenXml.Int32Value with get, set
Public Property BottomMargin As Int32Value

プロパティ値

Int32Value を返します。

属性

注釈

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

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

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

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

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

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

適用対象