oleobjectproperties-ag凯发旗舰厅



com.spire.presentation.collections
class oleobjectproperties

java.lang.object
  extended by com.spire.presentation.collections.oleobjectproperties
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, java.lang.iterable

public class oleobjectproperties
extends java.lang.object
implements com.spire.ms.system.collections.icollection

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

oleobjectproperties

public oleobjectproperties()
method detail

add

public void add(java.lang.string name,
                java.lang.string value)
adds a property to the collection.
parameters:
name - the name of the property.
value - the alue of the property.

remove

public void remove(java.lang.string name)
removes a property with the specified name.
parameters:
name - the name of property to remove.

get

public java.lang.string get(java.lang.string name)
gets or sets property.
parameters:
name - name of property.
returns:

set

public void set(java.lang.string name,
                java.lang.string value)
gets or sets property.
parameters:
name - name of property.
value -

clear

public void clear()
removes all properties.

getcount

public int getcount()
gets a number of properties in the collection.
returns:

size

public int size()
gets the size of the count of elements.
returns:

issynchronized

public boolean issynchronized()
gets a value indicating whether access to the collection is synchronized (thread-safe).
returns:

getsyncroot

public java.lang.object getsyncroot()
gets a synchronization root. readonly .
returns:


网站地图