PageMargins.Footer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Footer
Represents the following attribute in the schema: footer
[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
Property Value
Returns DoubleValue.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the contents of this attribute will contain the footer margin in inches.
The possible values for this attribute are defined by the XML Schema double
datatype.