| Package | Description |
|---|---|
| io.starter.formats.OOXML | |
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
Unicodestring |
Text.getCommentWithFormatting()
return the String value of this Text (Comment) element
Including formatting runs
|
| Constructor and Description |
|---|
Text(Unicodestring str)
create a new comment WITH formatting
|
| Modifier and Type | Method and Description |
|---|---|
static Unicodestring |
Sst.createUnicodeString(String s,
ArrayList formattingRuns,
int ENCODINGMODE)
Create a unicode string
|
Unicodestring |
Labelsst.getUnsharedString() |
| Modifier and Type | Method and Description |
|---|---|
Note |
Boundsheet.createNote(String address,
Unicodestring txt,
String author)
Adds a new Note or Comment to the sheet at the desired address
with Formatting (Font) information
|
void |
Txo.setStringVal(Unicodestring txt)
sets the text for this object, including formatting information
|
void |
Labelsst.setStringVal(Unicodestring v)
set this Label cell to a new Unicode string
Rich Unicode strings include formatting information
|
void |
Note.setText(Unicodestring txt)
/** set the text of this Note (Comment) as a unicode string,
with formatting information
|
| Modifier and Type | Method and Description |
|---|---|
CommentHandle |
WorkSheetHandle.createNote(String address,
Unicodestring txt,
String author)
Creates a new annotation (Note or Comment) to the worksheeet, attached to a
specific cell
The note or comment is a Unicode string, thus it can contain formatting information |
void |
CellHandle.setStringVal(Unicodestring us)
set the value of this cell to Unicodestring us
NOTE: This method will not check for formula references or do any data conversions Useful when strings may start with = but you do not want to convert to a formula value |
Copyright © 2002–2019 Starter Inc.. All rights reserved.