|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.DocumentProperties
public class DocumentProperties
Represents a collection of custom document properties.
Method Summary | |
---|---|
boolean |
contains(java.lang.String name)
Determines whether the collection contains a property with the specified name. |
java.lang.Object |
get(java.lang.String name)
Returns the property associated with a specific name. |
java.lang.String |
getPropertyName(int index)
Gets a property name at the specified index of the collection. |
int |
size()
Returns the number of custom properties actually contained in the 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.Object get(java.lang.String name)
name
- the name of a property.
public boolean contains(java.lang.String name)
name
- The name of a property to locate in the collection.
public java.lang.String getPropertyName(int index)
index
- The zero-based index of a property to get
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |