Package io.keikai.model.sys.format
Interface FormatResult
- All Known Implementing Classes:
FormatResultImpl
public interface FormatResult
- Since:
- 3.5.0
- Author:
- dennis
-
Method Details
-
isRichText
boolean isRichText()- Returns:
- true if the result contains rich format, contains font and color
-
isDateFormatted
boolean isDateFormatted()- Returns:
- true if the result is data formatted
-
getFormater
Format getFormater()- Returns:
- the java format object if the result was done by it, return null if the result is not done by a java format object
-
getRichText
SRichText getRichText() -
getText
String getText() -
getColor
SColor getColor()
-