Most visited

Recently visited

Added in API level 1

TabStopSpan.Standard

public static class TabStopSpan.Standard
extends Object implements TabStopSpan

java.lang.Object
    android.text.style.TabStopSpan.Standard


TabStopSpan的默认实现。

摘要(Summary)

Public constructors

TabStopSpan.Standard(int where)

构造函数。

公共方法(Public methods)

int getTabStop()

从行的前导边距返回制表位的偏移量。

继承方法(Inherited methods)

From class java.lang.Object
From interface android.text.style.TabStopSpan

Public constructors

TabStopSpan.Standard

Added in API level 1
TabStopSpan.Standard (int where)

构造函数。

参数(Parameters)
where int: the offset of the tab stop from the leading margin of the line

公共方法(Public methods)

getTabStop

Added in API level 1
int getTabStop ()

从行的前导边距返回制表位的偏移量。

返回(Returns)
int the offset

Hooray!