BodyProperties.BottomInset プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ボトムインセット
スキーマ内の次の属性を表します: bIns
[DocumentFormat.OpenXml.SchemaAttr(0, "bIns")]
public DocumentFormat.OpenXml.Int32Value BottomInset { get; set; }
public DocumentFormat.OpenXml.Int32Value BottomInset { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "bIns")]
public DocumentFormat.OpenXml.Int32Value? BottomInset { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("bIns")]
public DocumentFormat.OpenXml.Int32Value? BottomInset { get; set; }
public DocumentFormat.OpenXml.Int32Value? BottomInset { get; set; }
member this.BottomInset : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "bIns")>]
member this.BottomInset : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("bIns")>]
member this.BottomInset : DocumentFormat.OpenXml.Int32Value with get, set
Public Property BottomInset As Int32Value
プロパティ値
Int32Value を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
外接する四角形の下のインセットを指定します。 インセット は、図形内のテキスト ボックスの内部余白として使用されます。 この属性を省略すると、0.05 インチを意味する 値 45720
が暗黙的に指定されます。
次の DrawingML について考えてみましょう。
<p:txBody>
<a:bodyPr lIns="91440" tIns="91440"
rIns="91440" bIns="91440" … />
…
</p:txBody>
上の本文プロパティを持つテキスト ボックスには、4 つの辺すべてに 、または 0.1 インチの差し込み余白 91440
があります。
この属性に使用できる値は、単純型によって ST_Coordinate32
定義されます。