| Package | Description |
|---|---|
| io.github.antoniovizuete.pojospreadsheet.core | |
| io.github.antoniovizuete.pojospreadsheet.core.model |
| Modifier and Type | Class and Description |
|---|---|
class |
TextBoxImpl
Prototype class that represents a POI TextBox.
|
| Modifier and Type | Method and Description |
|---|---|
TextBox |
TextBoxImpl.autofit(org.apache.poi.xssf.usermodel.TextAutofit autofit) |
TextBox |
TextBoxImpl.borderStyle(BorderKey borderStyle) |
TextBox |
TextBoxImpl.location(CellRegion position) |
TextBox |
TextBoxImpl.textColor(ColorKey textColor) |
TextBox |
TextBoxImpl.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<TextBox> |
SheetImpl.getTextBoxes() |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
SheetImpl.createTextBox(TextBox textBox)
Adds the passed
TextBoxImpl to the sheet. |
| Modifier and Type | Method and Description |
|---|---|
void |
SheetImpl.setTextBoxes(List<TextBox> textBoxes) |
| Modifier and Type | Method and Description |
|---|---|
TextBox |
TextBox.autofit(org.apache.poi.xssf.usermodel.TextAutofit autofit)
Autofit text box.
|
TextBox |
TextBox.borderStyle(BorderKey borderStyle)
Border style text box.
|
TextBox |
TextBox.location(CellRegion position)
Location text box.
|
TextBox |
TextBox.textColor(ColorKey textColor)
Text color text box.
|
TextBox |
TextBox.value(String value)
Value text box.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextBox> |
Sheet.getTextBoxes()
Gets text boxes.
|
| Modifier and Type | Method and Description |
|---|---|
Sheet |
Sheet.createTextBox(TextBox textBox)
Create text box sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sheet.setTextBoxes(List<TextBox> textBoxes)
Sets text boxes.
|
Copyright © 2018. All rights reserved.