HeaderFooter.Footer Property
Footer Placeholder.Represents the attribte in schema: ftr
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "ftr")> _
Public Property Footer As BooleanValue
Get
Set
'Usage
Dim instance As HeaderFooter
Dim value As BooleanValue
value = instance.Footer
instance.Footer = value
[SchemaAttrAttribute(, "ftr")]
public BooleanValue Footer { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
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.