- Declared in:
- ETStyleBuilder.h
The ETStyleBuilder class is used to construct a presentation style for a specific region of text in the tree. It is passed down from the root of the tree to the leaf, collecting attributes from styles and from overrides as it goes.
Adds attributes from the specified style. This method is empty in the superclass. Subclasses implementing different styling policies should override this method.
Adds custom presentation attributes.
Registers a style transformer. Style transformers are used to generate presentation styles from semantic style information.
Note: NOT YET IMPLEMENTED.
- Declared in:
- ETStyleBuilder.h