Example usage for Java org.apache.poi.xssf.usermodel XSSFTextBox fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setFillColor(int red, int green, int blue) |
void | setText(String text) Set a single paragraph of text on the shape. |
void | setVerticalAlignment(VerticalAlignment anchor) Sets the type of vertical alignment for the text within the shape. |