Class StringItem

java.lang.Object
com.independentsoft.office.spreadsheet.StringItem

public class StringItem extends Object
The Class StringItem.
  • Constructor Details

    • StringItem

      public StringItem()
      Instantiates a new string item.
    • StringItem

      public StringItem(Text text)
      Instantiates a new string item.
      Parameters:
      text - the text
    • StringItem

      public StringItem(String text)
      Instantiates a new string item.
      Parameters:
      text - the text
  • Method Details

    • clone

      public StringItem clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPhoneticProperties

      public PhoneticProperties getPhoneticProperties()
      Gets the phonetic properties.
      Returns:
      the phonetic properties
    • getText

      public Text getText()
      Gets the text.
      Returns:
      the text
    • setText

      public void setText(Text text)
      Sets the text.
      Parameters:
      text - the new text
    • getRuns

      public List<Run> getRuns()
      Gets the runs.
      Returns:
      the runs