Class CTOleObjectEmbed

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

public class CTOleObjectEmbed
extends java.lang.Object
implements Child

Java class for CT_OleObjectEmbed complex type.

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

 <complexType name="CT_OleObjectEmbed">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="followColorScheme" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_OleObjectFollowColorScheme" default="none" />
     </restriction>
   </complexContent>
 </complexType>