public interface TextBox
| Modifier and Type | Method and Description |
|---|---|
TextBox |
autofit(org.apache.poi.xssf.usermodel.TextAutofit autofit)
Autofit text box.
|
TextBox |
borderStyle(BorderKey borderStyle)
Border style text box.
|
org.apache.poi.xssf.usermodel.TextAutofit |
getAutofit()
Gets autofit.
|
BorderKey |
getBorderStyle()
Gets border style.
|
CellRegion |
getPosition()
Gets position.
|
ColorKey |
getTextColor()
Gets text color.
|
String |
getValue()
Gets value.
|
TextBox |
location(CellRegion position)
Location text box.
|
void |
setAutofit(org.apache.poi.xssf.usermodel.TextAutofit autofit)
Sets autofit.
|
void |
setBorderStyle(BorderKey borderStyle)
Sets border style.
|
void |
setPosition(CellRegion position)
Sets position.
|
void |
setTextColor(ColorKey textColor)
Sets text color.
|
void |
setValue(String value)
Sets value.
|
TextBox |
textColor(ColorKey textColor)
Text color text box.
|
TextBox |
value(String value)
Value text box.
|
CellRegion getPosition()
String getValue()
BorderKey getBorderStyle()
org.apache.poi.xssf.usermodel.TextAutofit getAutofit()
ColorKey getTextColor()
void setPosition(CellRegion position)
position - the positionvoid setValue(String value)
value - the valuevoid setBorderStyle(BorderKey borderStyle)
borderStyle - the border stylevoid setAutofit(org.apache.poi.xssf.usermodel.TextAutofit autofit)
autofit - the autofitvoid setTextColor(ColorKey textColor)
textColor - the text colorTextBox location(CellRegion position)
position - the positionTextBox value(String value)
value - the valueTextBox borderStyle(BorderKey borderStyle)
borderStyle - the border styleTextBox autofit(org.apache.poi.xssf.usermodel.TextAutofit autofit)
autofit - the autofitCopyright © 2018. All rights reserved.