Compartir a través de


HeaderFooter.Footer Propiedad

Definición

Marcador de posición de pie de página

Representa el atributo siguiente en el esquema: ftr

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

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

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

Especifica si el marcador de posición Pie de página está habilitado para este patrón. Si no se especifica este atributo, la aplicación generadora debe asumir un valor de true.

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

Se aplica a