Documentation

ETTextTree class documentation

ETTextTree : COObject <ETText, ETTextGroup, ETCollection, ETCollectionMutation>

AuthorsGenerated by builder
Declared inETTextTree.h

Overview

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


Default

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

Creates a new tree node with the specified children.

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

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

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

      Removes a text tree node in this run.