Package | Description |
---|---|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
Modifier and Type | Method and Description |
---|---|
UnicodeString.FormatRun |
UnicodeString.getFormatRun(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<UnicodeString.FormatRun> |
UnicodeString.formatIterator() |
Modifier and Type | Method and Description |
---|---|
void |
UnicodeString.addFormatRun(UnicodeString.FormatRun r)
Adds a font run to the formatted string.
|
int |
UnicodeString.FormatRun.compareTo(UnicodeString.FormatRun r) |
void |
UnicodeString.removeFormatRun(UnicodeString.FormatRun r) |
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.