Class StringItem
java.lang.Object
com.independentsoft.office.spreadsheet.StringItem
The Class StringItem.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new string item.StringItem(Text text)Instantiates a new string item.StringItem(String text)Instantiates a new string item. -
Method Summary
-
Constructor Details
-
StringItem
public StringItem()Instantiates a new string item. -
StringItem
Instantiates a new string item.- Parameters:
text- the text
-
StringItem
Instantiates a new string item.- Parameters:
text- the text
-
-
Method Details
-
clone
-
toString
-
getPhoneticProperties
Gets the phonetic properties.- Returns:
- the phonetic properties
-
getText
Gets the text.- Returns:
- the text
-
setText
Sets the text.- Parameters:
text- the new text
-
getRuns
Gets the runs.- Returns:
- the runs
-