Class CTSlideSorterViewProperties

java.lang.Object
org.pptx4j.pml.CTSlideSorterViewProperties
All Implemented Interfaces:
Child

public class CTSlideSorterViewProperties
extends java.lang.Object
implements Child

Java class for CT_SlideSorterViewProperties complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_SlideSorterViewProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cViewPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_CommonViewProperties"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="showFormatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>