Uses of Class
org.apache.poi.xssf.usermodel.XSSFRichTextString
Packages that use XSSFRichTextString
-
Uses of XSSFRichTextString in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFRichTextString -
Uses of XSSFRichTextString in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFRichTextStringModifier and TypeMethodDescriptionXSSFCreationHelper.createRichTextString(String text) Creates a new XSSFRichTextString for you.XSSFCell.getRichStringCellValue()Get the value of the cell as a XSSFRichTextStringXSSFComment.getString()XSSFChart.getTitleText()Returns the title static text, or null if none is set.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFRichTextStringModifier and TypeMethodDescriptionXSSFSimpleShape.addNewTextParagraph(XSSFRichTextString str) Add a new paragraph run to this shape, set to the provided rich text stringvoidXSSFSimpleShape.setText(XSSFRichTextString str) Set a single paragraph of text on the shape.