Limitations
Read only.
Gets the type of the header or footer. It is a value of the Header
HeaderFooterType Type { get; }
Private ReadOnly Property Type() As HeaderFooterType
Member | Description |
---|---|
Header | The object represents a header. When an even header exists the object represents the odd header. Otherwise it represents the header of all pages. |
First |
The object represents a special header of the document's or section's first page. |
Footer | The object represents a footer. When an even footer exists the object represents the odd footer. Otherwise it represents the footer of all pages. |
First |
The object represents a special footer of the document's or section's first page. |
Even |
The object represents an even header. |
Even |
The object represents an even footer. |
Read only.