Class CTSdtRepeatedSection

java.lang.Object
org.docx4j.w15.CTSdtRepeatedSection
All Implemented Interfaces:
Child

public class CTSdtRepeatedSection
extends java.lang.Object
implements Child

Java class for CT_SdtRepeatedSection complex type.

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

 <complexType name="CT_SdtRepeatedSection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sectionTitle" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_String" minOccurs="0"/>
         <element name="doNotAllowInsertDeleteSection" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>