Compartir a través de


PageMargins.Right Propiedad

Definición

Right

Representa el atributo siguiente en el esquema: r

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

Valor de propiedad

Devuelve DoubleValue.

Atributos

Comentarios

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

Especifica que el contenido de este atributo contendrá el margen de página derecho en pulgadas.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema double XML.

Se aplica a