|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||
java.lang.objectcom.spire.presentation.collections.oleobjectproperties
public class oleobjectproperties
a collection of oleobject properties.
| constructor summary | |
|---|---|
oleobjectproperties()
|
|
| method summary | |
|---|---|
void |
add(java.lang.string name,
java.lang.string value)
adds a property to the collection. |
void |
clear()
removes all properties. |
java.lang.string |
get(java.lang.string name)
gets or sets property. |
int |
getcount()
gets a number of properties in the collection. |
java.lang.object |
getsyncroot()
gets a synchronization root. |
boolean |
issynchronized()
gets a value indicating whether access to the collection is synchronized (thread-safe). |
void |
remove(java.lang.string name)
removes a property with the specified name. |
void |
set(java.lang.string name,
java.lang.string value)
gets or sets property. |
int |
size()
gets the size of the count of elements. |
| constructor detail |
|---|
public oleobjectproperties()
| method detail |
|---|
public void add(java.lang.string name,
java.lang.string value)
name - the name of the property.value - the alue of the property.public void remove(java.lang.string name)
name - the name of property to remove.public java.lang.string get(java.lang.string name)
name - name of property.
public void set(java.lang.string name,
java.lang.string value)
name - name of property.value - public void clear()
public int getcount()
public int size()
public boolean issynchronized()
public java.lang.object getsyncroot()
|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||