Interface ITextContent

All Superinterfaces:
org.eclipse.birt.report.engine.css.engine.CSSStylableElement, IContent, IElement, IStyledElement
All Known Subinterfaces:
IAutoTextContent, IDataContent, ILabelContent

public interface ITextContent extends IContent
Provides the interfaces for the Text Content Text content contains several paragraphs which shares the same style properties. If the text contain several return characters and the display is inline, it is treated as "INLINE-BLOCK" otherwise it is "INLINE". If the display is "block", it is "BLOCK" always.
  • Method Details

    • getText

      String getText()
      Get the string value of the Text Content.
      Returns:
      Returns the text value.
    • setText

      void setText(String text)
      Set the value of the text of the Text Content.
      Parameters:
      text - the text value.