Package | Description |
---|---|
csheets.ext.style |
Provides support for cell style, i.e. font, format, alignment, color and border.
|
csheets.ext.style.ui |
Provides UI components for setting cell style.
|
Modifier and Type | Method and Description |
---|---|
StylableCell |
StyleExtension.extend(Cell cell)
Makes the given cell stylable.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UnderlineAction.applyStyle(StylableCell cell)
Toggles the underlining of the selected cells in the focus owner table.
|
protected abstract void |
StyleAction.applyStyle(StylableCell cell)
Applies the style to the given stylable cell
|
protected void |
ItalicAction.applyStyle(StylableCell cell)
Toggles the italicity of the selected cells in the focus owner table.
|
protected void |
BoldAction.applyStyle(StylableCell cell)
Toggles the boldness of the selected cells in the focus owner table.
|
protected void |
AlignTopAction.applyStyle(StylableCell cell)
Aligns the content of the given cell to the top.
|
protected void |
AlignRightAction.applyStyle(StylableCell cell)
Aligns the content of the given cell to the right.
|
protected void |
AlignMiddleAction.applyStyle(StylableCell cell)
Aligns the content of the given cell to the middle.
|
protected void |
AlignLeftAction.applyStyle(StylableCell cell)
Aligns the content of the given cell to the left.
|
protected void |
AlignCenterAction.applyStyle(StylableCell cell)
Aligns the content of the given cell to the center.
|
protected void |
AlignBottomAction.applyStyle(StylableCell cell)
Aligns the content of the given cell to the bottom.
|