Class CTSlideMasterTextStyles

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

public class CTSlideMasterTextStyles
extends java.lang.Object
implements Child

Java class for CT_SlideMasterTextStyles complex type.

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

 <complexType name="CT_SlideMasterTextStyles">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="titleStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextListStyle" minOccurs="0"/>
         <element name="bodyStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextListStyle" minOccurs="0"/>
         <element name="otherStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextListStyle" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>