Java org.apache.poi.xssf.usermodel XSSFTextBox fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xssf.usermodel XSSFTextBox fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xssf.usermodel XSSFTextBox.

The text is from its open source code.

Method

voidsetFillColor(int red, int green, int blue)
voidsetText(String text)
Set a single paragraph of text on the shape.
voidsetVerticalAlignment(VerticalAlignment anchor)
Sets the type of vertical alignment for the text within the shape.