public class SpreadsheetCellFormattedTextFragment extends FormattedTextFragment
Represents a fragment of formatted text in Excel document cell.
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackgroundColor()
Gets the background color of the text.
|
Font |
getFont()
Gets the font of the text.
|
Color |
getForegroundColor()
Gets the foreground color of the text.
|
String |
getText()
Gets the fragment text.
|
public Color getBackgroundColor()
Gets the background color of the text.
getBackgroundColor in class FormattedTextFragmentpublic Font getFont()
Gets the font of the text.
getFont in class FormattedTextFragmentpublic Color getForegroundColor()
Gets the foreground color of the text.
getForegroundColor in class FormattedTextFragmentpublic String getText()
Gets the fragment text.
getText in class FormattedTextFragmentCopyright © 2026. All rights reserved.