- All Known Subinterfaces:
TextFormatProcessor
- All Known Implementing Classes:
TextFormatMessage
public interface TextPosition
-
Method Summary
-
Method Details
-
getLine
int getLine()- Returns:
- the line number starting from
1for the first line.
-
getColumn
int getColumn()- Returns:
- the column number starting from
1for the first character in theline.
-