customdocumentproperties-ag凯发旗舰厅
com.spire.doc
class customdocumentproperties
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.documents.xml.documentserializable
com.spire.doc.customdocumentproperties
public class customdocumentproperties
- extends documentserializable
getcustomhash
public com.spire.ms.system.collections.generic.dictionary<documentproperty> getcustomhash()
get
public documentproperty get(java.lang.string name)
- gets property by specified name.
- returns:
- the documentproperty
get
public documentproperty get(int index)
- gets property by specified index.
- parameters:
index
- the index
getcount
public int getcount()
- gets count of the properties.
- returns:
- the size of custom list
add
public documentproperty add(java.lang.string name,
java.lang.object value)
- adds the specified name.
- parameters:
name
- the name.value
- the value.
remove
public void remove(java.lang.string name)
- remove property specified by name.
- parameters:
name
- the name.
deepclone
public customdocumentproperties deepclone()
- clones this instance.
- returns:
- customdocumentproperties