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