Added in API level 1
TabStopSpan
interface TabStopSpan : ParagraphStyle
android.text.style.TabStopSpan |
Paragraph affecting span that changes the position of the tab with respect to the leading margin of the line. TabStopSpan
will only affect the first tab encountered on the first line of the text.
Summary
Nested classes | |
---|---|
open |
The default implementation of TabStopSpan that allows setting the offset of the tab stop from the leading margin of the first line of text. |
Public methods | |
---|---|
abstract Int |
Returns the offset of the tab stop from the leading margin of the line, in pixels. |
Public methods
getTabStop
Added in API level 1
abstract fun getTabStop(): Int
Returns the offset of the tab stop from the leading margin of the line, in pixels.
Return | |
---|---|
Int |
the offset, in pixels |