PageMargins.Bottom Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Hacia la parte inferior
Representa el atributo siguiente en el esquema: b
[DocumentFormat.OpenXml.SchemaAttr(0, "b")]
public DocumentFormat.OpenXml.DoubleValue Bottom { get; set; }
public DocumentFormat.OpenXml.DoubleValue Bottom { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "b")]
public DocumentFormat.OpenXml.DoubleValue? Bottom { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("b")]
public DocumentFormat.OpenXml.DoubleValue? Bottom { get; set; }
public DocumentFormat.OpenXml.DoubleValue? Bottom { get; set; }
member this.Bottom : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "b")>]
member this.Bottom : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("b")>]
member this.Bottom : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property Bottom 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 inferior en pulgadas.
Los valores posibles para este atributo se definen mediante el tipo de datos Esquema double
XML.