| Constructor and Description |
|---|
TextBoxImpl(CellRegion position,
String value) |
| 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.
|
String |
toString() |
TextBox |
value(String value)
Value text box.
|
public TextBoxImpl(CellRegion position, String value)
public CellRegion getPosition()
TextBoxgetPosition in interface TextBoxpublic BorderKey getBorderStyle()
TextBoxgetBorderStyle in interface TextBoxpublic org.apache.poi.xssf.usermodel.TextAutofit getAutofit()
TextBoxgetAutofit in interface TextBoxpublic ColorKey getTextColor()
TextBoxgetTextColor in interface TextBoxpublic void setPosition(CellRegion position)
TextBoxsetPosition in interface TextBoxposition - the positionpublic void setBorderStyle(BorderKey borderStyle)
TextBoxsetBorderStyle in interface TextBoxborderStyle - the border stylepublic void setAutofit(org.apache.poi.xssf.usermodel.TextAutofit autofit)
TextBoxsetAutofit in interface TextBoxautofit - the autofitpublic void setTextColor(ColorKey textColor)
TextBoxsetTextColor in interface TextBoxtextColor - the text colorpublic TextBox location(CellRegion position)
TextBoxpublic TextBox borderStyle(BorderKey borderStyle)
TextBoxborderStyle in interface TextBoxborderStyle - the border stylepublic TextBox autofit(org.apache.poi.xssf.usermodel.TextAutofit autofit)
TextBoxpublic TextBox textColor(ColorKey textColor)
TextBoxCopyright © 2018. All rights reserved.