Up   Previous   Next  

Working With Text Objects

Text objects ( TXNObject ) are the fundamental structures in MLTE; most MLTE functions operate on them. A text object contains text along with character attribute information. Text objects also contain document-wide formatting and privileges information and the private variables and functions necessary to handle text formatting at the document level.

To work with text objects, your application must do the following:

Creating a Window

Setting Options for the Text Object's Frame

Creating a Text Object

Disposing of a Text Object


Copyright © 2001 Apple Computer, Inc. (Last Updated January 11, 2001)

Up   Previous   Next