BodyProperties.TopInset プロパティ

定義

上の次の属性がスキーマに Inset.Represents: Tin

[DocumentFormat.OpenXml.SchemaAttr(0, "tIns")]
public DocumentFormat.OpenXml.Int32Value TopInset { get; set; }
member this.TopInset : DocumentFormat.OpenXml.Int32Value with get, set
Public Property TopInset As Int32Value

プロパティ値

Int32Value

返します。 Int32Value

属性

注釈

ECMA 376 の標準の ECMA インターナショナルから次の情報は、このクラスを使用する場合に、役立ちます。

外接する四角形の上の余白を指定します。 インセットは、図形内のテキスト ボックスの内部の余白と同じように使用されます。 この属性を省略するの値では、 457200.05 インチの意味、暗黙に設定されています。

次の DrawingML を検討してください。

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

上記の body プロパティを持つテキスト ボックスは余白の余白が91440、または 4 つの辺すべてを 0.1 インチです。

可能なこの属性の値は、ST_Coordinate32単純型です。

適用対象