Interface IAsset

All Superinterfaces:
IElement, Serializable
All Known Implementing Classes:
Asset

public interface IAsset extends IElement
Interface for runtime text elements.
Since:
5.0
Author:
O. Kerpershoek
  • Method Details

    • getContentType

      String getContentType()
      This method returns the content type of the text element. The content type is optional, so this method may return a null value when the content type is not available. The content type will usually be the asset format that was used when including the text on a container.
      Returns:
      The content type of the text element.
    • getText

      This method returns a multilingual text object containing the actual content of the text element.
      Returns:
      a multilingual text object containing the actual content of the text element.