public class TabStops extends Object implements com.aspose.ms.System.ICloneable
Represents a collection of TabStop
objects.
Constructor and Description |
---|
TabStops()
Initializes a new instance of the
TabStops class. |
Modifier and Type | Method and Description |
---|---|
TabStop |
add()
Initializes a new instance of the
TabStop class and add it to the TabStops
collection. |
TabStop |
add(float position)
Initializes a new instance of the
TabStop class with specified position and add it to
the TabStops collection. |
TabStop |
add(float position,
int leaderType)
Initializes a new instance of the
TabStop class with specified position and leader
type and add it to the TabStops collection. |
void |
add(TabStop tabStop)
Add instance of the
TabStop class to the TabStops collection. |
Object |
deepClone()
Clones a new
TabStops objects. |
TabStop |
get_Item(int index)
Gets a
TabStop object from the collection according to TabStop index. |
int |
getCount()
Returns tabStops Cound
|
boolean |
isReadOnly()
Gets value indicating that this
TabStops instance is already attached to
TextFragment and became readonly. |
void |
set_Item(int index,
TabStop value)
Sets a
TabStop object from the collection according to TabStop index. |
public boolean isReadOnly()
Gets value indicating that this TabStops
instance is already attached to
TextFragment
and became readonly.
public TabStop add()
Initializes a new instance of the TabStop
class and add it to the TabStops
collection.
TabStop
object.public TabStop add(float position)
Initializes a new instance of the TabStop
class with specified position and add it to
the TabStops collection.
position
- The position of the tab stop.TabStop
object.public void add(TabStop tabStop)
Add instance of the TabStop
class to the TabStops collection.
tabStop
- The TabStop
object.public int getCount()
Returns tabStops Cound
public TabStop add(float position, int leaderType)
Initializes a new instance of the TabStop
class with specified position and leader
type and add it to the TabStops collection.
position
- The position of the tab stop.leaderType
- The leader type of the tab stop.TabStop
object.public Object deepClone()
Clones a new TabStops
objects.
deepClone
in interface com.aspose.ms.System.ICloneable
TabStops
object.public TabStop get_Item(int index)
Gets a TabStop
object from the collection according to TabStop index.
index
- Zero-based index of element in TabStops
collection.TabStop
object.public void set_Item(int index, TabStop value)
Sets a TabStop
object from the collection according to TabStop index.
index
- Zero-based index of element in TabStops
collection.value
- TabStop
object.