Class CTPlaceholder

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

public class CTPlaceholder
extends java.lang.Object
implements Child

Java class for CT_Placeholder complex type.

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

 <complexType name="CT_Placeholder">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_PlaceholderType" default="obj" />
       <attribute name="orient" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_Direction" default="horz" />
       <attribute name="sz" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_PlaceholderSize" default="full" />
       <attribute name="idx" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="hasCustomPrompt" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>