Interface TableLayoutProblem
- All Known Implementing Classes:
CALSAndHTMLTableLayoutProblem
@API(type=INTERNAL,
src=PUBLIC)
public interface TableLayoutProblem
Table layout problem
- Since:
- 18
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getSeverity
TableLayoutProblem.Severity getSeverity()- Returns:
- Returns the problem severity, one of
TableLayoutProblem.Severity
constants.
-
getMessage
String getMessage()- Returns:
- Returns the problem message to be presented to the user.
-