public static class TabStopSpan.Standard
extends Object implements TabStopSpan
| java.lang.Object | |
| android.text.style.TabStopSpan.Standard | |
TabStopSpan的默认实现。
Public constructors |
|
|---|---|
TabStopSpan.Standard(int where) 构造函数。 |
|
公共方法(Public methods) |
|
|---|---|
int |
getTabStop() 从行的前导边距返回制表位的偏移量。 |
继承方法(Inherited methods) |
|
|---|---|
java.lang.Object
|
|
android.text.style.TabStopSpan
|
|
TabStopSpan.Standard (int where)
构造函数。
| 参数(Parameters) | |
|---|---|
where |
int: the offset of the tab stop from the leading margin of the line |