TEContinuousStyle |
Determines whether a given character attribute is continuous over the current selection range. |
TEGetStyleScrapHandle |
Creates a style scrap structure, copies the character attributes associated with the current selection range into it, and returns a handle to it. |
TENumStyles |
Returns the number of character attribute changes contained in the specified range, counting one for the start of the range. |
TEReplaceStyle |
Replaces any character attributes in the current selection range that match the specified existing character attributes with the specified new character attributes. |
TESetStyle |
Sets new character attributes, in the specified edit structure, for the current selection range. |
TEStyleInsert |
Inserts the specified text immediately before the selection range or the insertion point in the edit structures text and applies the specified character attributes to the text, redrawing the text if necessary. |
TEUseStyleScrap |
Assigns new character attributes to the specified range of text in the designated edit structure. |
TEAutoView |
Enables and disables automatic scrolling of the text in the specified edit structure. |
TECalText |
Recalculates the beginnings of all lines of text in the specified edit structure. |
TEGetHeight |
Returns the total height of all of the lines in the text between and including the specified starting and ending lines. |
TEPinScroll |
Scrolls the text within the view rectangle of the specified edit structure by the designated number of pixels. Scrolling stops when the last line of text is scrolled into view. |
TEScroll |
Scrolls the text within the view rectangle of the specified edit structure by the designated number of pixels. |
TESelView |
Ensures, once automatic scrolling has been enabled by a call to the TEAutoView function or through the TEFeatureFlag function, that the selection range is visible, scrolling it into the view rectangle if necessary. |
TESetAlignment |
Sets the alignment of the specified text in an edit structure so that it is centered, right aligned, or left aligned, or aligned according to the line direction. |
TETextBox |
Draws the indicated text in a given rectangle, with the specified alignment. |
TEUpdate |
Draws the specified text within a given update rectangle. |
TECopy |
Copies the text selection range from the edit structure, leaving the selection range intact. |
TECut |
Removes the current selection range from the text of the designated edit structure, redrawing the text as necessary. |
TEDelete |
Removes the selected range of text from the designated edit structure, redrawing the remaining text as necessary. |
TEFromScrap |
Copies the contents of the desk scrap to the TextEdit private scrap. |
TEInsert |
Inserts the specified text immediately before the selection range or the insertion point in the text of the designated edit structure, redrawing the text as necessary. |
TEPaste |
Replaces the edit structures selected text with the contents of the private scrap and leaves an insertion point after the inserted text. If the selection range is an insertion point, TEPaste inserts the contents of the private scrap there. |
TEStylePaste |
Pastes text and its associated character attribute information from the desk scrap into the edit structures text at the insertion pointif the current selection range is an insertion pointor it replaces the current selection range. |
TEToScrap |
Copies the contents of the TextEdit private scrap to the desk scrap. |
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)