|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Tags
public final class Tags
Represents the collection of a tags.
Method Summary | |
---|---|
void |
clear()
Removes all tags. |
boolean |
containsTag(java.lang.String name)
Determines whether the collection contains a tag with the specific name. |
java.lang.String |
get(java.lang.String name)
Returns the tag associated with the specific name. |
java.lang.String |
getTagName(int index)
Gets the tag name at the specified index of the collection. |
void |
put(java.lang.String name,
java.lang.String value)
Adds the tag with the specified name. |
void |
remove(java.lang.String name)
Removes the tag with the specified name from collection. |
void |
set(java.lang.String name,
java.lang.String value)
Sets the tag associated with the specific name. |
int |
size()
Returns the number of a tags in a collection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public java.lang.String get(java.lang.String name)
name
- name of a tag.
public void set(java.lang.String name, java.lang.String value) throws PptPropertyException
name
- name of a tag.value
- value of a tag.
PptPropertyException
public void put(java.lang.String name, java.lang.String value) throws PptPropertyException
name
- name of a tag to add.value
- value of a tag to add.
PptPropertyException
public void clear()
public boolean containsTag(java.lang.String name)
name
- name of a tag to locate in the collection.
public java.lang.String getTagName(int index)
index
- zero-based index of the tag name to get.
public void remove(java.lang.String name) throws PptPropertyException
name
- name of a tag to remove.
PptPropertyException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |