Java org.apache.poi.hssf.usermodel HSSFRichTextString fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidapplyFont(Font font)
Sets the font of the entire string.
voidapplyFont(short fontIndex)
Applies the specified font to the entire string.
voidapplyFont(int startIndex, int endIndex, short fontIndex)
Applies a font to the specified characters of a string.
voidapplyFont(int startIndex, int endIndex, Font font)
Applies a font to the specified characters of a string.
shortgetFontOfFormattingRun(int index)
Gets the font used in a particular formatting run.
StringgetString()
Returns the plain string representation.
intlength()
StringtoString()