File
Doc
Category
Size
Date
Package
TabStopSpan.java
API Doc
Android 5.1 API
1387
Thu Mar 12 22:22:10 GMT 2015
android.text.style
TabStopSpan
public interface TabStopSpan implements ParagraphStyle
Represents a single tab stop on a line.
Fields Summary
Constructors Summary
Methods Summary
public
int
getTabStop
()
Returns the offset of the tab stop from the leading margin of the line.
return
the offset
Java Code Source