java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTClear

public class CTClear
extends java.lang.Object

Java class for CT_Clear complex type.

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

 <complexType name="CT_Clear">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geoLocationQueryResults" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoLocationQueryResults" minOccurs="0"/>
         <element name="geoDataEntityQueryResults" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoDataEntityQueryResults" minOccurs="0"/>
         <element name="geoDataPointToEntityQueryResults" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoDataPointToEntityQueryResults" minOccurs="0"/>
         <element name="geoChildEntitiesQueryResults" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoChildEntitiesQueryResults" minOccurs="0"/>
         <element name="geoParentEntitiesQueryResults" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_GeoParentEntitiesQueryResults" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>