public
interface
TabStopSpan
implements
ParagraphStyle
| android.text.style.TabStopSpan |
|
|
Represents a single tab stop on a line.
Nested classes | |
|---|---|
class |
TabStopSpan.Standard
The default implementation of TabStopSpan. |
Public methods | |
|---|---|
abstract
int
|
getTabStop()
Returns the offset of the tab stop from the leading margin of the line. |
int getTabStop ()
Returns the offset of the tab stop from the leading margin of the line.
| Returns | |
|---|---|
int |
the offset |