BodyProperties.LeftInset 属性

定义

左嵌入

表示架构中的以下属性:lIns

[DocumentFormat.OpenXml.SchemaAttr(0, "lIns")]
public DocumentFormat.OpenXml.Int32Value LeftInset { get; set; }
public DocumentFormat.OpenXml.Int32Value LeftInset { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "lIns")]
public DocumentFormat.OpenXml.Int32Value? LeftInset { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("lIns")]
public DocumentFormat.OpenXml.Int32Value? LeftInset { get; set; }
public DocumentFormat.OpenXml.Int32Value? LeftInset { get; set; }
member this.LeftInset : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "lIns")>]
member this.LeftInset : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("lIns")>]
member this.LeftInset : DocumentFormat.OpenXml.Int32Value with get, set
Public Property LeftInset As Int32Value

属性值

返回 Int32Value

属性

注解

使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。

指定边框的左插。 嵌入仅用作形状中文本框的内部边距。 如果省略此属性,则隐含值 91440,即 0.1 英寸。

请考虑以下 DrawingML:

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

具有上述正文属性的文本框在所有四侧的 91440嵌入边距为 (或 0.1 英寸)。

此属性的可能值由 ST_Coordinate32 简单类型定义。

适用于