customdocumentproperties-ag凯发旗舰厅



com.spire.doc
class customdocumentproperties

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.documents.xml.documentserializable
          extended by com.spire.doc.customdocumentproperties

public class customdocumentproperties
extends documentserializable

method summary
 documentproperty add(java.lang.string name, java.lang.object value)
          adds the specified name.
 customdocumentproperties deepclone()
          clones this instance.
 documentproperty get(int index)
          gets property by specified index.
 documentproperty get(java.lang.string name)
          gets property by specified name.
 int getcount()
          gets count of the properties.
 com.spire.ms.system.collections.generic.dictionary<documentproperty> getcustomhash()
           
 void remove(java.lang.string name)
          remove property specified by name.
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
method detail

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


网站地图