icustomdocumentproperties-ag凯发旗舰厅



com.spire.xls.core
interface icustomdocumentproperties


public interface icustomdocumentproperties

summary description for icustomdocumentproperties.


method summary
 void add(java.lang.string strname, boolean value)
          adds element to the collection.
 void add(java.lang.string strname, java.util.date value)
          adds element to the collection.
 void add(java.lang.string strname, double value)
          adds element to the collection.
 void add(java.lang.string strname, int value)
          adds element to the collection.
 void add(java.lang.string strname, java.lang.string value)
          adds element to the collection.
 void clear()
          removes all elements from the collection.
 boolean contains(java.lang.string strname)
          checks whether collection contains property with specified name.
 idocumentproperty get(int iindex)
          returns single entry from the collection.
 idocumentproperty get(java.lang.string strname)
          returns single entry from the collection.
 int getcount()
          returns number of elements in the collection.
 void remove(java.lang.string strname)
          removes specified object from the collection.
 
method detail

get

idocumentproperty get(java.lang.string strname)
returns single entry from the collection. creates new entry if property with specified name is not found. read-only.

get

idocumentproperty get(int iindex)
returns single entry from the collection. read-only.

getcount

int getcount()
returns number of elements in the collection. read-only.

remove

void remove(java.lang.string strname)
removes specified object from the collection.
parameters:
strname - property name.

contains

boolean contains(java.lang.string strname)
checks whether collection contains property with specified name.
parameters:
strname - name to check.

clear

void clear()
removes all elements from the collection.

add

void add(java.lang.string strname,
         java.lang.string value)
adds element to the collection.
parameters:
strname - property name to add
value - property value.

add

void add(java.lang.string strname,
         boolean value)
adds element to the collection.
parameters:
strname - property name to add.
value - property value.

add

void add(java.lang.string strname,
         java.util.date value)
adds element to the collection.
parameters:
strname - property name to add.
value - property value.

add

void add(java.lang.string strname,
         int value)
adds element to the collection.
parameters:
strname - property name to add.
value - property value.

add

void add(java.lang.string strname,
         double value)
adds element to the collection.
parameters:
strname - property name to add.
value - property value.


网站地图