ETTextTree class documentation

Authors

Generated by builder

Software documentation for the ETTextTree class

ETTextTree : COObject

Declared in:
ETTextTree.h
Conforms to:
ETText
ETTextGroup
ETCollection
ETCollectionMutation

A tree of structured text. This class does not contain text directly. Text is stored in children; this class contains only children and attributes.


Instance Variables

Method summary

textTreeWithChildren: 

+ (ETTextTree*) textTreeWithChildren: (NSArray*)anArray;

Creates a new tree node with the specified children.


appendTextFragment: 

- (void) appendTextFragment: (id<ETText>)aFragment;

Adds a new text tree node at the end of this run.


removeTextFragment: 

- (void) removeTextFragment: (id<ETText>)aFragment;

Removes a text tree node in this run.




Instance Variables for ETTextTree Class

children

@protected NSMutableArray* children;
Description forthcoming.