TX Text Control .NET Documentation

Headers and Footers

Classes

ClassDescription
HeaderFooterAn instance of the HeaderFooter class represents a header or footer in a Text Control document.

HeaderFooterCollectionAn instance of the HeaderFooterCollection class contains the headers and footers in a Text Control document represented through objects of the type HeaderFooter.

HeaderFooterEventArgsThe HeaderFooterEventArgs class provides data for the TextControl.HeaderFooterActivated and TextControl.HeaderFooterDeactivated events.

PageNumberFieldThe PageNumberField class represents a field in a header or footer of a Text Control document that automatically displays the current page number.

PageNumberFieldCollectionAn instance of the PageNumberFieldCollection class contains the page number fields in a header or footer of a Text Control document.

Properties

PropertyDescription
ServerTextControl.HeadersAndFootersGets a collection of all headers and footers the current document contains.

TextControl.HeaderFooterActivationStyleGets or sets a value specifying the activation style for headers and footers.

TextControl.HeaderFooterFrameStyleGets or sets a value specifying the frame for activated headers and footers.

TextControl.HeadersAndFootersGets a collection of all headers and footers the current document contains.

Methods

MethodDescription
TextControl.OnHeaderFooterActivatedRaises the HeaderFooterActivated event.

TextControl.OnHeaderFooterDeactivatedRaises the HeaderFooterDeactivated event.

Events

EventDescription
TextControl.HeaderFooterActivatedOccurs when a header or footer has been activated.

TextControl.HeaderFooterDeactivatedOccurs when a header or footer has been deactivated.