Uses of Class
org.pptx4j.pml.CTCommonViewProperties
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTCommonViewProperties in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTCommonViewProperties Modifier and Type Field Description protected CTCommonViewPropertiesCTCommonSlideViewProperties. cViewPrprotected CTCommonViewPropertiesCTNotesTextViewProperties. cViewPrprotected CTCommonViewPropertiesCTOutlineViewProperties. cViewPrprotected CTCommonViewPropertiesCTSlideSorterViewProperties. cViewPrMethods in org.pptx4j.pml that return CTCommonViewProperties Modifier and Type Method Description CTCommonViewPropertiesObjectFactory. createCTCommonViewProperties()Create an instance ofCTCommonViewPropertiesCTCommonViewPropertiesCTCommonSlideViewProperties. getCViewPr()Gets the value of the cViewPr property.CTCommonViewPropertiesCTNotesTextViewProperties. getCViewPr()Gets the value of the cViewPr property.CTCommonViewPropertiesCTOutlineViewProperties. getCViewPr()Gets the value of the cViewPr property.CTCommonViewPropertiesCTSlideSorterViewProperties. getCViewPr()Gets the value of the cViewPr property.Methods in org.pptx4j.pml with parameters of type CTCommonViewProperties Modifier and Type Method Description voidCTCommonSlideViewProperties. setCViewPr(CTCommonViewProperties value)Sets the value of the cViewPr property.voidCTNotesTextViewProperties. setCViewPr(CTCommonViewProperties value)Sets the value of the cViewPr property.voidCTOutlineViewProperties. setCViewPr(CTCommonViewProperties value)Sets the value of the cViewPr property.voidCTSlideSorterViewProperties. setCViewPr(CTCommonViewProperties value)Sets the value of the cViewPr property.