BodyProperties.TopInset 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Top Inset
表示架构中的以下属性:tIns
[DocumentFormat.OpenXml.SchemaAttr(0, "tIns")]
public DocumentFormat.OpenXml.Int32Value TopInset { get; set; }
public DocumentFormat.OpenXml.Int32Value TopInset { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "tIns")]
public DocumentFormat.OpenXml.Int32Value? TopInset { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("tIns")]
public DocumentFormat.OpenXml.Int32Value? TopInset { get; set; }
public DocumentFormat.OpenXml.Int32Value? TopInset { get; set; }
member this.TopInset : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "tIns")>]
member this.TopInset : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("tIns")>]
member this.TopInset : DocumentFormat.OpenXml.Int32Value with get, set
Public Property TopInset As Int32Value
属性值
返回 Int32Value。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
指定边框的上插。 嵌入仅用作形状中文本框的内部边距。 如果省略此属性,则隐含值 45720
,表示 0.05 英寸。
请考虑以下 DrawingML:
<p:txBody>
<a:bodyPr lIns="91440" tIns="91440"
rIns="91440" bIns="91440" … />
…
</p:txBody>
具有上述正文属性的文本框在所有四侧的 91440
嵌入边距为 (或 0.1 英寸)。
此属性的可能值由 ST_Coordinate32
简单类型定义。