Interface TextType
-
- All Superinterfaces:
ContentToken
- All Known Subinterfaces:
FormattedTextType
- All Known Implementing Classes:
FormattedContentToken,ResolvedCountersToken,ResolvedCounterToken,ResolvedStringToken,StaticTextToken
public interface TextType extends ContentToken
A content type, that has an textual representation. It may be no surprise, that string content is text; images with an alt-description have text as well.- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetText()
-