|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.CustomDocumentProperties
public class CustomDocumentProperties
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 |
---|
public com.spire.ms.System.Collections.Generic.Dictionary<DocumentProperty> getCustomHash()
public DocumentProperty get(java.lang.String name)
name
-
public DocumentProperty get(int index)
index
-
public int getCount()
public DocumentProperty add(java.lang.String name, java.lang.Object value)
name
- value
-
public void remove(java.lang.String name)
name
- public CustomDocumentProperties deepClone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |