Class CTProtection

java.lang.Object
org.docx4j.dml.chart.CTProtection
All Implemented Interfaces:
Child

public class CTProtection
extends java.lang.Object
implements Child

Java class for CT_Protection complex type.

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

 <complexType name="CT_Protection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="chartObject" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="data" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="formatting" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="selection" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="userInterface" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>