Uses of Class
org.pptx4j.pml.CommonSlideData
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CommonSlideData in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CommonSlideData Modifier and Type Field Description protected CommonSlideDataHandoutMaster. cSldprotected CommonSlideDataNotes. cSldprotected CommonSlideDataNotesMaster. cSldprotected CommonSlideDataSld. cSldprotected CommonSlideDataSldLayout. cSldprotected CommonSlideDataSldMaster. cSldMethods in org.pptx4j.pml that return CommonSlideData Modifier and Type Method Description CommonSlideDataObjectFactory. createCommonSlideData()Create an instance ofCommonSlideDataCommonSlideDataHandoutMaster. getCSld()Gets the value of the cSld property.CommonSlideDataNotes. getCSld()Gets the value of the cSld property.CommonSlideDataNotesMaster. getCSld()Gets the value of the cSld property.CommonSlideDataSld. getCSld()Gets the value of the cSld property.CommonSlideDataSldLayout. getCSld()Gets the value of the cSld property.CommonSlideDataSldMaster. getCSld()Gets the value of the cSld property.Methods in org.pptx4j.pml with parameters of type CommonSlideData Modifier and Type Method Description voidHandoutMaster. setCSld(CommonSlideData value)Sets the value of the cSld property.voidNotes. setCSld(CommonSlideData value)Sets the value of the cSld property.voidNotesMaster. setCSld(CommonSlideData value)Sets the value of the cSld property.voidSld. setCSld(CommonSlideData value)Sets the value of the cSld property.voidSldLayout. setCSld(CommonSlideData value)Sets the value of the cSld property.voidSldMaster. setCSld(CommonSlideData value)Sets the value of the cSld property.