Javascript: Footnote.edit |
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. |
Javascript: Footnote.getHighlightColor |
Gets the highlight color for the reference mark and the footnote mark. |
Javascript: Footnote.getHighlightMode |
Gets a value indicating whether the reference mark and the footnote mark is highlighted. |
Javascript: Footnote.getID |
Gets a user-defined identifier. |
Javascript: Footnote.getName |
Gets the footnote's name. |
Javascript: Footnote.getNumber |
Gets the footnote's number in the text. |
Javascript: Footnote.getReferenceMarkLength |
Gets the number of characters the reference mark consists of. |
Javascript: Footnote.getReferenceMarkStart |
Gets the index (one-based) of the first character of the footnote's reference mark. |
Javascript: Footnote.scrollTo |
Scrolls the beginning of the footnote mark into the visible part of the document using a default position depending on the previous position. |
Javascript: Footnote.scrollToPosition |
Scrolls the beginning of the footnote mark into the visible part of the document using the specified position. |
Javascript: Footnote.setHighlightColor |
Sets the highlight color for the reference mark and the footnote mark. |
Javascript: Footnote.setHighlightMode |
Sets a value indicating whether the reference mark and the footnote mark is highlighted. |
Javascript: Footnote.setID |
Sets a user-defined identifier. |
Javascript: Footnote.setName |
Sets a name for the footnote. |
Javascript: FootnoteCollection.add |
Adds a new footnote with the given text to the document at the current input position. |
Javascript: FootnoteCollection.getDefaultFootnoteHighlightColor |
Gets the default highlight color for the reference mark and the footnote mark. |
Javascript: FootnoteCollection.getHighlightMode |
Gets a value indicating whether all the footnote numbers, reference marks as well as footnote marks, in the document are highlighted. |
Javascript: FootnoteCollection.getNumberFormat |
Gets the footnotes' number format. |
Javascript: FootnoteCollection.getStartNumber |
Gets the number for the first footnote. |
Javascript: FootnoteCollection.remove |
Removes a footnote from a Text Control document. |
Javascript: FootnoteCollection.setHighlightMode |
Sets a value indicating whether all the footnote numbers, reference marks as well as footnote marks, in the document are highlighted. |
Javascript: FootnoteCollection.setNumberFormat |
Sets the footnotes' number format. |
Javascript: FootnoteCollection.setStartNumber |
Sets the number for the first footnote. |
Javascript: FormattedText.getTextFieldsByType |
Returns an array of static text field information objects. |
Javascript: SubTextPart.getChildren |
Returns an array of the children of this SubTextPart. |
Javascript: SubTextPart.getTextFields |
Returns an array of static text field information objects. |
Javascript: TXTextControl.getRenderMode |
Gets the component render mode. |
Javascript: TXTextControl.init |
Initializes the document editor. |
Javascript: TXTextControl.Proofing.getDictionaryList |
Retrieves a list of the names of all dictionary files on the server. |
Javascript: TXTextControl.Proofing.loadDictionary |
Loads a dictionary. |
Javascript: TXTextControl.Proofing.removeDictionary |
Removes a dictionary from the loaded dictionaries. |
Javascript: TXTextControl.setRenderMode |
Sets the component render mode. |
Javascript: TXTextControl.showHtmlDialog |
Shows one of the a built-in HTML dialog boxes. |
TXTextControl.Footnote.Edit |
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.Footnote.Save |
Saves the footnote's text with the specified format including the footnote mark in front of the text. |
TXTextControl.Footnote.ScrollTo |
Sets the current input position to the first position of the footnote mark and scrolls it into the visible part of the document. |
TXTextControl.FootnoteCollection.Add |
Adds a new footnote to the document at the current text input position. |
TXTextControl.FootnoteCollection.CopyTo |
Copies the elements of the collection to an array, starting at a particular index. |
TXTextControl.FootnoteCollection.GetEnumerator |
Returns an enumerator that can be used to iterate through the collection. |
TXTextControl.FootnoteCollection.GetItem |
Gets a particular footnote from the collection. |
TXTextControl.FootnoteCollection.Remove |
Removes a footnote from a Text Control document. |
TXTextControl.HeaderFooter.Activate |
Activates a header or a footer. |
TXTextControl.HeaderFooter.AddUndoUnit |
Adds the current state of the header or footer to the undo stack. |
TXTextControl.HeaderFooter.Deactivate |
Deactivates a header or a footer. |
TXTextControl.Selection.RemoveFormatting |
Resets all character based formatting attributes of the selected text to its default values. |
TXTextControl.ServerTextControl.OnFootnoteCreated |
Raises the FootnoteCreated event. |
TXTextControl.ServerTextControl.OnFootnoteDeleted |
Raises the FootnoteDeleted event. |
TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteReferenceMarkEntered |
Raises the FootnoteReferenceMarkEntered event. |
TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteReferenceMarkLeft |
Raises the FootnoteReferenceMarkLeft event. |
TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteSectionActivated |
Raises the FootnoteSectionActivated event. |
TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteSectionDeactivated |
Raises the FootnoteSectionDeactivated event. |