TabStops

遗产: java.lang.Object

所有已实现的接口: com.aspose.ms.System.ICloneable

public class TabStops implements System.ICloneable

表示 TabStop 对象的集合。

构造函数

构造函数描述
TabStops()初始化 TabStops 类的新实例。

方法

方法描述
add()初始化 TabStop 类的新实例并将其添加到 TabStops 集合。
add(TabStop tabStop)将 TabStop 类的实例添加到 TabStops 集合。
add(float position)初始化具有指定位置的 TabStop 类的新实例,并将其添加到 TabStops 集合。
add(float position, int leaderType)使用指定的位置和前导符类型初始化 TabStop 类的新实例,并将其添加到 TabStops 集合。
deepClone()克隆一个新的 TabStops 对象。
equals(Object arg0)
getClass()
getCount()返回 tabStops Cound
get_Item(int index)根据 TabStop 索引从集合中获取一个 TabStop 对象。
hashCode()
isReadOnly()获取指示此 TabStops 实例已附加到 TextFragment 并变为只读的值。
notify()
notifyAll()
set_Item(int index, TabStop value)根据 TabStop 索引从集合中设置一个 TabStop 对象。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

TabStops()

public TabStops()

初始化 TabStops 类的新实例。

add()

public TabStop add()

初始化 TabStop 类的新实例并将其添加到 TabStops 集合。

退货: TabStop - 新的 TabStop 对象。

add(TabStop tabStop)

public void add(TabStop tabStop)

将 TabStop 类的实例添加到 TabStops 集合。

参数:

范围类型描述
tabStopTabStopTabStop 对象。

add(float position)

public TabStop add(float position)

初始化具有指定位置的 TabStop 类的新实例,并将其添加到 TabStops 集合。

参数:

范围类型描述
positionfloat制表位的位置。

退货: TabStop - 新的 TabStop 对象。

add(float position, int leaderType)

public TabStop add(float position, int leaderType)

使用指定的位置和前导符类型初始化 TabStop 类的新实例,并将其添加到 TabStops 集合。

参数:

范围类型描述
positionfloat制表位的位置。
leaderTypeint制表位的前导符类型。

退货: TabStop - 新的 TabStop 对象。

deepClone()

public Object deepClone()

克隆一个新的 TabStops 对象。

退货: java.lang.Object - 新的 TabStops 对象。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getCount()

public int getCount()

返回 tabStops Cound

退货: int - 整数值

get_Item(int index)

public TabStop get_Item(int index)

根据 TabStop 索引从集合中获取一个 TabStop 对象。

参数:

范围类型描述
indexintTabStops 集合中元素的从零开始的索引。

退货: TabStop - TabStop 对象。

hashCode()

public native int hashCode()

退货: 整数

isReadOnly()

public boolean isReadOnly()

获取指示此 TabStops 实例已附加到 TextFragment 并变为只读的值。

退货: boolean - 布尔值

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

set_Item(int index, TabStop value)

public void set_Item(int index, TabStop value)

根据 TabStop 索引从集合中设置一个 TabStop 对象。

参数:

范围类型描述
indexintTabStops 集合中元素的从零开始的索引。
valueTabStop制表位对象。

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int