Compartir a través de


BodyProperties.RightInset Propiedad

Definición

Right Inset

Representa el atributo siguiente en el esquema: 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

Valor de propiedad

Devuelve Int32Value.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica el inicio derecho del rectángulo delimitador. Los conjuntos de entrada se usan igual que los márgenes internos para los cuadros de texto dentro de las formas. Si se omite este atributo, se implica un valor de 91440, que significa 0,1 pulgadas.

Tenga en cuenta la siguiente clase DrawingML:

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

El cuadro de texto que tiene las propiedades de cuerpo anteriores tendrá márgenes inset de 91440, o 0,1 pulgadas, en los cuatro lados.

El tipo simple define los ST_Coordinate32 valores posibles para este atributo.

Se aplica a