Tab
Inheritance: java.lang.Object
public class Tab
Contains a collection of Tab elements.
Methods
Method | Description |
---|---|
deepClone() | Creates deep copy of this instance. |
equals(Object arg0) | |
getAlignment() | Specifies the tab alignment. |
getClass() | |
getDel() | A flag indicating whether the element has been deleted locally. |
getIX() | The zero-based index of the element within its parent element. |
getLeader() | Specified the leader. |
getPosition() | Specifies the position of a tab stop. |
hashCode() | |
notify() | |
notifyAll() | |
setAlignment(Alignment value) | For the description of this property, please see getAlignment() |
setDel(int value) | For the description of this property, please see getDel() |
setIX(int value) | For the description of this property, please see getIX() |
setLeader(StrValue value) | For the description of this property, please see getLeader() |
setPosition(DoubleValue value) | For the description of this property, please see getPosition() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
deepClone()
public Object deepClone()
Creates deep copy of this instance.
Returns: java.lang.Object -
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAlignment()
public Alignment getAlignment()
Specifies the tab alignment.
Returns: Alignment
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getIX()
public int getIX()
The zero-based index of the element within its parent element.
Returns: int
getLeader()
public StrValue getLeader()
Specified the leader.
Returns: StrValue
getPosition()
public DoubleValue getPosition()
Specifies the position of a tab stop.
Returns: DoubleValue
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAlignment(Alignment value)
public void setAlignment(Alignment value)
For the description of this property, please see getAlignment()
Parameters:
Parameter | Type | Description |
---|---|---|
value | Alignment |
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setIX(int value)
public void setIX(int value)
For the description of this property, please see getIX()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setLeader(StrValue value)
public void setLeader(StrValue value)
For the description of this property, please see getLeader()
Parameters:
Parameter | Type | Description |
---|---|---|
value | StrValue |
setPosition(DoubleValue value)
public void setPosition(DoubleValue value)
For the description of this property, please see getPosition()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |