BodyProperties.BottomInset プロパティ

定義

ボトムインセット

スキーマ内の次の属性を表します: 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 International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。

外接する四角形の下のインセットを指定します。 インセット は、図形内のテキスト ボックスの内部余白として使用されます。 この属性を省略すると、 45720の値 (0.05 インチ) が暗黙的に指定されます。

次の DrawingML について考えてみましょう。

<p:txBody>  
  <a:bodyPr lIns="91440" tIns="91440"   
  rIns="91440" bIns="91440" … />  
  …  
</p:txBody>  

上の本文プロパティを持つテキスト ボックスには、4 つの辺すべてに 91440の差し込み余白 (0.1 インチ) が表示されます。

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

適用対象