Package com.grapecity.documents.excel
Interface ICustomDocumentPropertyCollection
- All Superinterfaces:
IDocumentPropertyCollection
A collection of custom document properties.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.addLinkToContent(String name, String source) Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.
-
Method Details
-
add
Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.- Parameters:
name- The newIDocumentPropertyname.value- The value of the property.- Returns:
- The new
IDocumentProperty.
-
add
Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.- Parameters:
name- The newIDocumentPropertyname.value- The value of the property.- Returns:
- The new
IDocumentProperty.
-
add
Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.- Parameters:
name- The newIDocumentPropertyname.value- The value of the property.- Returns:
- The new
IDocumentProperty.
-
add
Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.- Parameters:
name- The newIDocumentPropertyname.value- The value of the property.- Returns:
- The new
IDocumentProperty.
-
add
Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.- Parameters:
name- The newIDocumentPropertyname.value- The value of the property.- Returns:
- The new
IDocumentProperty.
-
addLinkToContent
Creates a newIDocumentPropertyand adds it to the list of custom document properties that areavailable for the currentIWorkbook.- Parameters:
name- The newIDocumentPropertyname.source- The source of the property.- Returns:
- The new
IDocumentProperty.
-