|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Tags
@Deprecated public class Tags
Represents a collection of a tags.
Method Summary | |
---|---|
void |
add(java.lang.String name,
java.lang.String value)
Deprecated. Adds a tag with the specified name. |
void |
clear()
Deprecated. Removes all tags. |
boolean |
contains(java.lang.String name)
Deprecated. Determines whether the collection contains a tag with the specific name. |
java.lang.String |
get_Item(java.lang.String name)
Deprecated. Gets and sets the tag associated with a specific name. |
int |
getCount()
Deprecated. Gets the number of tags actually contained in the collection. |
java.lang.String |
getTagName(int index)
Deprecated. Gets the tag name at the specified index of the collection. |
void |
remove(java.lang.String name)
Deprecated. Removes the tag with the specified name from collection. |
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()
Gets the number of tags actually contained in the collection.
public java.lang.String get_Item(java.lang.String name)
Gets and sets the tag associated with a specific name.
public void set_Item(java.lang.String name, java.lang.String value)
public void add(java.lang.String name, java.lang.String value)
Adds a tag with the specified name.
name
- The name of the tag to add.value
- The value of the tag to add.public void clear()
Removes all tags.
public boolean contains(java.lang.String name)
Determines whether the collection contains a tag with the specific name.
name
- The name of tag to locate in the collection.
public java.lang.String getTagName(int index)
Gets the tag name at the specified index of the collection.
index
- The zero-based index of the tag name to get.
public void remove(java.lang.String name)
Removes the tag with the specified name from collection.
name
- The name of the tag to remove.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |