Uses of Class
org.pptx4j.pml.CTCustomerDataList
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTCustomerDataList in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTCustomerDataList Modifier and Type Field Description protected CTCustomerDataListCommonSlideData. custDataLstprotected CTCustomerDataListNvPr. custDataLstprotected CTCustomerDataListPresentation. custDataLstMethods in org.pptx4j.pml that return CTCustomerDataList Modifier and Type Method Description CTCustomerDataListObjectFactory. createCTCustomerDataList()Create an instance ofCTCustomerDataListCTCustomerDataListCommonSlideData. getCustDataLst()Gets the value of the custDataLst property.CTCustomerDataListNvPr. getCustDataLst()Gets the value of the custDataLst property.CTCustomerDataListPresentation. getCustDataLst()Gets the value of the custDataLst property.Methods in org.pptx4j.pml with parameters of type CTCustomerDataList Modifier and Type Method Description voidCommonSlideData. setCustDataLst(CTCustomerDataList value)Sets the value of the custDataLst property.voidNvPr. setCustDataLst(CTCustomerDataList value)Sets the value of the custDataLst property.voidPresentation. setCustDataLst(CTCustomerDataList value)Sets the value of the custDataLst property.