Headers and Footers | ||
Classes | ||
| Class | Description | |
| HeaderFooter | An instance of the HeaderFooter class represents a header or footer in a Text Control document. | |
| HeaderFooterCollection | An instance of the HeaderFooterCollection class contains the headers and footers in a Text Control document represented through objects of the type HeaderFooter. | |
| HeaderFooterEventArgs | The HeaderFooterEventArgs class provides data for the TextControl.HeaderFooterActivated and TextControl.HeaderFooterDeactivated events. | |
| PageNumberField | The PageNumberField class represents a field in a header or footer of a Text Control document that automatically displays the current page number. | |
| PageNumberFieldCollection | An instance of the PageNumberFieldCollection class contains the page number fields in a header or footer of a Text Control document. | |
Properties | ||
| Property | Description | |
| ServerTextControl.HeadersAndFooters | Gets a collection of all headers and footers the current document contains. | |
| TextControl.HeaderFooterActivationStyle | Gets or sets a value specifying the activation style for headers and footers. | |
| TextControl.HeaderFooterFrameStyle | Gets or sets a value specifying the frame for activated headers and footers. | |
| TextControl.HeadersAndFooters | Gets a collection of all headers and footers the current document contains. | |
Methods | ||
| Method | Description | |
| TextControl.OnHeaderFooterActivated | Raises the HeaderFooterActivated event. | |
| TextControl.OnHeaderFooterDeactivated | Raises the HeaderFooterDeactivated event. | |
Events | ||
| Event | Description | |
| TextControl.HeaderFooterActivated | Occurs when a header or footer has been activated. | |
| TextControl.HeaderFooterDeactivated | Occurs when a header or footer has been deactivated. | |