New Properties, Methods and Events

In TX Text Control 32.0 the following new properties, methods and events have been added:

Properties

Property Description
TXTextControl.FootnoteHighlightMode This property returns or sets a value indicating whether all the footnote numbers, reference marks as well as footnote marks, in the document are highlighted.
TXTextControl.FootnoteName Returns or sets a name for the footnote.
TXTextControl.FootnoteNumberFormat This property returns or sets the footnotes' number format.
TXTextControl.FootnoteReferenceMarkEnd Returns the index (one-based) of the last character of the footnote's reference mark.
TXTextControl.FootnoteReferenceMarkStart Returns the index (one-based) of the first character of the footnote's reference mark.
TXTextControl.FootnoteStartNumber This property returns or sets the number for the first footnote.

Methods

Method Description
TXTextControl.FootnoteDelete This method removes a footnote from the document.
TXTextControl.FootnoteEdit Sets the current text input position in the footnote section at the end of the current footnote text, so that the text can be edited or formatted.
TXTextControl.FootnoteGoto Sets the current input position to the reference mark of the specified footnote and scrolls the text so that this position is at the top of the control's visible text.
TXTextControl.FootnoteInsert This method adds a new footnote to the document at the current text input position.
TXTextControl.FootnoteNext This method returns the identifier of the footnote that follows the specified footnote in the Text Control's current text.

Events

Event Description
TXTextControl.FootnoteCreated Occurs when a footnote has been created.
TXTextControl.FootnoteDeleted Occurs when a footnote has been deleted.
TXTextControl.FootnoteReferenceMarkEntered Occurs when the current input position has been moved to the position of a footnote reference mark.
TXTextControl.FootnoteReferenceMarkLeft Occurs when the current input position has left the position of a footnote reference mark.
TXTextControl.FootnoteSectionActivated Occurs when the footnote section of a document's page gets the current text input position from another part of the document.
TXTextControl.FootnoteSectionDeactivated Occurs when the footnote section of a document's page has lost the current text input position.