Most visited

Recently visited

Added in API level 1

TabStopSpan

public interface TabStopSpan
implements ParagraphStyle

android.text.style.TabStopSpan
Known Indirect Subclasses


Represents a single tab stop on a line.

Summary

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.

Public methods

getTabStop

Added in API level 1
int getTabStop ()

Returns the offset of the tab stop from the leading margin of the line.

Returns
int the offset

Hooray!