public interface ICustomDocumentPropertyCollection extends IDocumentPropertyCollection
| Modifier and Type | Method and Description |
|---|---|
IDocumentProperty |
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 |
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 |
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 |
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 |
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 |
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 add(java.lang.String name, java.lang.String value)
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook.name - The new IDocumentProperty name.value - The value of the property.IDocumentProperty.IDocumentProperty add(java.lang.String name, int value)
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook.name - The new IDocumentProperty name.value - The value of the property.IDocumentProperty.IDocumentProperty add(java.lang.String name, java.util.Calendar value)
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook.name - The new IDocumentProperty name.value - The value of the property.IDocumentProperty.IDocumentProperty add(java.lang.String name, boolean value)
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook.name - The new IDocumentProperty name.value - The value of the property.IDocumentProperty.IDocumentProperty add(java.lang.String name, double value)
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook.name - The new IDocumentProperty name.value - The value of the property.IDocumentProperty.IDocumentProperty addLinkToContent(java.lang.String name, java.lang.String source)
IDocumentProperty and adds it to the list of custom document properties that are
available for the current IWorkbook.name - The new IDocumentProperty name.source - The source of the property.IDocumentProperty.