Class RichTextInline

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

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

    • RichTextInline

      public RichTextInline()
      Instantiates a new rich text inline.
    • RichTextInline

      public RichTextInline(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new rich text inline.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • clone

      public RichTextInline 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