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
All Implemented Interfaces:
IDocumentSerializable

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 or sets property by specified index.
 DocumentProperty get(java.lang.String name)
          Gets or sets 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()
Returns:

get

public DocumentProperty get(java.lang.String name)
Gets or sets property by specified name.

Parameters:
name -
Returns:

get

public DocumentProperty get(int index)
Gets or sets property by specified index.

Parameters:
index -
Returns:

getCount

public int getCount()
Gets count of the properties.

Returns:

add

public DocumentProperty add(java.lang.String name,
                            java.lang.Object value)
Adds the specified name.

Parameters:
name -
value -
Returns:

remove

public void remove(java.lang.String name)
Remove property specified by name.

Parameters:
name -

deepClone

public CustomDocumentProperties deepClone()
Clones this instance.

Returns: