Compartir a través de


PageMargins.Footer Propiedad

Definición

Pie de página

Representa el atributo siguiente en el esquema: pie de página

[DocumentFormat.OpenXml.SchemaAttr(0, "footer")]
public DocumentFormat.OpenXml.DoubleValue Footer { get; set; }
public DocumentFormat.OpenXml.DoubleValue Footer { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "footer")]
public DocumentFormat.OpenXml.DoubleValue? Footer { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("footer")]
public DocumentFormat.OpenXml.DoubleValue? Footer { get; set; }
public DocumentFormat.OpenXml.DoubleValue? Footer { get; set; }
member this.Footer : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "footer")>]
member this.Footer : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("footer")>]
member this.Footer : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property Footer 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 pie de página en pulgadas.

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

Se aplica a