Uses of Class
org.pptx4j.pml.CTCommonViewProperties
Packages that use CTCommonViewProperties
-
Uses of CTCommonViewProperties in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTCommonViewPropertiesModifier and TypeFieldDescriptionprotected CTCommonViewPropertiesCTCommonSlideViewProperties.cViewPrprotected CTCommonViewPropertiesCTNotesTextViewProperties.cViewPrprotected CTCommonViewPropertiesCTOutlineViewProperties.cViewPrprotected CTCommonViewPropertiesCTSlideSorterViewProperties.cViewPrMethods in org.pptx4j.pml that return CTCommonViewPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTCommonViewProperties()Create an instance ofCTCommonViewPropertiesCTCommonSlideViewProperties.getCViewPr()Gets the value of the cViewPr property.CTNotesTextViewProperties.getCViewPr()Gets the value of the cViewPr property.CTOutlineViewProperties.getCViewPr()Gets the value of the cViewPr property.CTSlideSorterViewProperties.getCViewPr()Gets the value of the cViewPr property.Methods in org.pptx4j.pml with parameters of type CTCommonViewPropertiesModifier and TypeMethodDescriptionvoidCTCommonSlideViewProperties.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.