| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
IDocumentProperty |
ICustomDocumentPropertyCollection.add(java.lang.String name,
boolean value)
Creates a new
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook. |
IDocumentProperty |
ICustomDocumentPropertyCollection.add(java.lang.String name,
java.util.Calendar value)
Creates a new
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook. |
IDocumentProperty |
ICustomDocumentPropertyCollection.add(java.lang.String name,
double value)
Creates a new
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook. |
IDocumentProperty |
ICustomDocumentPropertyCollection.add(java.lang.String name,
int value)
Creates a new
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook. |
IDocumentProperty |
ICustomDocumentPropertyCollection.add(java.lang.String name,
java.lang.String value)
Creates a new
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook. |
IDocumentProperty |
ICustomDocumentPropertyCollection.addLinkToContent(java.lang.String name,
java.lang.String source)
Creates a new
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook. |
IDocumentProperty |
IDocumentPropertyCollection.get(int index)
Returns the
IDocumentProperty object from a collection. |
IDocumentProperty |
IDocumentPropertyCollection.get(java.lang.String name)
Returns the
IDocumentProperty object with the specified name. |