HeaderFooter.Footer Property

Definition

Footer Placeholder

Represents the following attribute in the schema: 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

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies whether the Footer placeholder is enabled for this master. If this attribute is not specified, a value of true should be assumed by the generating application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

Applies to