Package | Description |
---|---|
ej.style |
Base package containing the styling basic items.
|
ej.style.text |
Text manager definition and default implementations.
|
ej.style.util |
Styling utilities.
|
Modifier and Type | Field and Description |
---|---|
protected TextManager |
Style.textManager
Text manager.
|
Modifier and Type | Method and Description |
---|---|
TextManager |
Style.getTextManager()
Gets the text manager.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexTextManager
Text manager implementation that manages text on multiple lines.
|
class |
SimpleTextManager
Text manager implementation that manages text on a single line.
|
Modifier and Type | Method and Description |
---|---|
void |
EditableStyle.setTextManager(TextManager textManager)
Sets the text manager.
|