ETTextDocument class documentation

Authors

Generated by builder

Software documentation for the ETTextDocument class

ETTextDocument : NSObject

Declared in:
ETTextDocument.h

An ETTextDocument represents a text document. This includes both structured text and a set of types.


Instance Variables

Method summary

typeFromDictionary: 

- (id) typeFromDictionary: (NSDictionary*)aDictionary;

Returns a unique type object from a dictionary describing the type. In the current implementation, the returned object is a dictionary. This is an implementation detail and should not be relied upon. Please use KVC for accessing any of the attributes of the returned object.




Instance Variables for ETTextDocument Class

types

@protected NSMutableSet* types;
Description forthcoming.