|
|||||||||
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 |