BodyProperties.RightInset 属性

定义

Right Inset

表示架构中的以下属性: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 中的以下信息可能很有用。

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

请考虑以下 DrawingML:

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

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

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

适用于