Uses of Class
org.pptx4j.pml.CTCommonSlideViewProperties
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTCommonSlideViewProperties in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTCommonSlideViewProperties Modifier and Type Field Description protected CTCommonSlideViewPropertiesCTNotesViewProperties. cSldViewPrprotected CTCommonSlideViewPropertiesCTSlideViewProperties. cSldViewPrMethods in org.pptx4j.pml that return CTCommonSlideViewProperties Modifier and Type Method Description CTCommonSlideViewPropertiesObjectFactory. createCTCommonSlideViewProperties()Create an instance ofCTCommonSlideViewPropertiesCTCommonSlideViewPropertiesCTNotesViewProperties. getCSldViewPr()Gets the value of the cSldViewPr property.CTCommonSlideViewPropertiesCTSlideViewProperties. getCSldViewPr()Gets the value of the cSldViewPr property.Methods in org.pptx4j.pml with parameters of type CTCommonSlideViewProperties Modifier and Type Method Description voidCTNotesViewProperties. setCSldViewPr(CTCommonSlideViewProperties value)Sets the value of the cSldViewPr property.voidCTSlideViewProperties. setCSldViewPr(CTCommonSlideViewProperties value)Sets the value of the cSldViewPr property.