Java org.apache.poi.ss.usermodel RichTextString fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

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.
intgetIndexOfFormattingRun(int index)
The index within the string to which the specified formatting run applies.
StringgetString()
Returns the plain string representation.
intlength()
intnumFormattingRuns()