NotesMaster.HeaderFooter Property

Header/Footer Information for a Notes Master.Represents the element tag in schema: p:hf

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property HeaderFooter As HeaderFooter
    Get
    Set
'Usage
Dim instance As NotesMaster
Dim value As HeaderFooter

value = instance.HeaderFooter

instance.HeaderFooter = value
public HeaderFooter HeaderFooter { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.HeaderFooter
Returns HeaderFooter.

See Also

Reference

NotesMaster Class

NotesMaster Members

DocumentFormat.OpenXml.Presentation Namespace