|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TagsEx
@Deprecated public class TagsEx
Represents the collection of tags (user defined pairs of strings)
Method Summary | |
---|---|
int |
add(java.lang.String name,
java.lang.String value)
Deprecated. Adds a new tag to collection. |
void |
clear()
Deprecated. Removes all tags from the collection. |
boolean |
contains(java.lang.String name)
Deprecated. Determines whether the collection contains a specific name. |
java.lang.String |
get_Item(java.lang.String name)
Deprecated. Returns or sets a key and a value pair of a tag. |
java.lang.String |
getByIndex(int index)
Deprecated. Returns value of a tag at the specified index. |
int |
getCount()
Deprecated. Returns a number of tags in the collectoin. |
java.lang.String |
getKey(int index)
Deprecated. Returns key of a tag at the specified index. |
int |
indexOfKey(java.lang.String name)
Deprecated. Returns the zero-based index of the specified key in the collection. |
void |
remove(java.lang.String name)
Deprecated. Removes the tag with a specified name from the collection. |
void |
removeAt(int index)
Deprecated. Removes the tag at the specified index. |
void |
set_Item(java.lang.String name,
java.lang.String value)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Returns a number of tags in the collectoin.
public int add(java.lang.String name, java.lang.String value)
Adds a new tag to collection.
name
- The name of the tag.value
- The value of the tag.
public void remove(java.lang.String name)
Removes the tag with a specified name from the collection.
name
- The name of tag to remove.public int indexOfKey(java.lang.String name)
Returns the zero-based index of the specified key in the collection.
name
- The name to locate in the collection.
public boolean contains(java.lang.String name)
Determines whether the collection contains a specific name.
name
- The key to locate.
public void removeAt(int index)
Removes the tag at the specified index.
index
- The zero-based index of the tag to remove.public void clear()
Removes all tags from the collection.
public java.lang.String getByIndex(int index)
Returns value of a tag at the specified index.
index
- Index of a tag to return.
public java.lang.String getKey(int index)
Returns key of a tag at the specified index.
index
- Index of a tag to return.
public java.lang.String get_Item(java.lang.String name)
Returns or sets a key and a value pair of a tag.
name
- Key of a tag.
public void set_Item(java.lang.String name, java.lang.String value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |