| Package | Description |
|---|---|
| io.github.antoniovizuete.pojospreadsheet.core | |
| io.github.antoniovizuete.pojospreadsheet.core.model |
| Modifier and Type | Method and Description |
|---|---|
BorderKey |
TextBoxImpl.getBorderStyle() |
| Modifier and Type | Method and Description |
|---|---|
Map<BorderKey,Border> |
SpreadsheetDecoration.getBorders() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetDecoration.add(BorderKey b,
Border border) |
TextBox |
TextBoxImpl.borderStyle(BorderKey borderStyle) |
boolean |
SpreadsheetDecoration.exists(BorderKey b) |
Border |
SpreadsheetDecoration.get(BorderKey k) |
void |
SpreadsheetDecoration.remove(BorderKey b) |
void |
TextBoxImpl.setBorderStyle(BorderKey borderStyle) |
| Modifier and Type | Method and Description |
|---|---|
BorderKey |
Styleable.getBorderBottom()
Gets border bottom.
|
BorderKey |
Styleable.getBorderLeft()
Gets border left.
|
BorderKey |
Styleable.getBorderRight()
Gets border right.
|
BorderKey |
TextBox.getBorderStyle()
Gets border style.
|
BorderKey |
Styleable.getBorderTop()
Gets border top.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Styleable.borderBottom(BorderKey borderBottom)
Sets the border bottom and return the current instance.
|
T |
Styleable.borderLeft(BorderKey borderLeft)
Sets the border left and return the current instance.
|
T |
Styleable.borderRight(BorderKey borderRight)
Sets the border right and return the current instance.
|
T |
Styleable.borders(BorderKey border)
Sets the borders and return the current instance.
|
T |
Styleable.borders(BorderKey border,
BorderKey border2)
Sets the borders and return the current instance.
|
T |
Styleable.borders(BorderKey border,
BorderKey border2,
BorderKey border3)
Sets the borders and return the current instance.
|
T |
Styleable.borders(BorderKey border,
BorderKey border2,
BorderKey border3,
BorderKey border4)
Sets the borders and return the current instance.
|
TextBox |
TextBox.borderStyle(BorderKey borderStyle)
Border style text box.
|
T |
Styleable.borderTop(BorderKey borderTop)
Sets the border top and return the current instance.
|
void |
Styleable.setBorderBottom(BorderKey borderBottom)
Sets border bottom.
|
void |
Styleable.setBorderLeft(BorderKey borderLeft)
Sets border left.
|
void |
Styleable.setBorderRight(BorderKey borderRight)
Sets border right.
|
void |
TextBox.setBorderStyle(BorderKey borderStyle)
Sets border style.
|
void |
Styleable.setBorderTop(BorderKey borderTop)
Sets border top.
|
Copyright © 2018. All rights reserved.