org.docx4j.dml
Class BaseStyles

java.lang.Object
  extended by org.docx4j.dml.BaseStyles

public class BaseStyles
extends java.lang.Object

Java class for CT_BaseStyles complex type.

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

 <complexType name="CT_BaseStyles">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="clrScheme">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fontScheme">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="majorFont" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_FontCollection"/>
                   <element name="minorFont" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_FontCollection"/>
                   <element name="extLst" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <any/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fmtScheme">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="extLst" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class BaseStyles.ClrScheme
          Java class for anonymous complex type.
static class BaseStyles.ExtLst
          Java class for anonymous complex type.
static class BaseStyles.FmtScheme
          Java class for anonymous complex type.
static class BaseStyles.FontScheme
          Java class for anonymous complex type.
 
Constructor Summary
BaseStyles()
           
 
Method Summary
 BaseStyles.ClrScheme getClrScheme()
          Gets the value of the clrScheme property.
 BaseStyles.ExtLst getExtLst()
          Gets the value of the extLst property.
 BaseStyles.FmtScheme getFmtScheme()
          Gets the value of the fmtScheme property.
 BaseStyles.FontScheme getFontScheme()
          Gets the value of the fontScheme property.
 void setClrScheme(BaseStyles.ClrScheme value)
          Sets the value of the clrScheme property.
 void setExtLst(BaseStyles.ExtLst value)
          Sets the value of the extLst property.
 void setFmtScheme(BaseStyles.FmtScheme value)
          Sets the value of the fmtScheme property.
 void setFontScheme(BaseStyles.FontScheme value)
          Sets the value of the fontScheme property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseStyles

public BaseStyles()
Method Detail

getClrScheme

public BaseStyles.ClrScheme getClrScheme()
Gets the value of the clrScheme property.

Returns:
possible object is BaseStyles.ClrScheme

getExtLst

public BaseStyles.ExtLst getExtLst()
Gets the value of the extLst property.

Returns:
possible object is BaseStyles.ExtLst

getFmtScheme

public BaseStyles.FmtScheme getFmtScheme()
Gets the value of the fmtScheme property.

Returns:
possible object is BaseStyles.FmtScheme

getFontScheme

public BaseStyles.FontScheme getFontScheme()
Gets the value of the fontScheme property.

Returns:
possible object is BaseStyles.FontScheme

setClrScheme

public void setClrScheme(BaseStyles.ClrScheme value)
Sets the value of the clrScheme property.

Parameters:
value - allowed object is BaseStyles.ClrScheme

setExtLst

public void setExtLst(BaseStyles.ExtLst value)
Sets the value of the extLst property.

Parameters:
value - allowed object is BaseStyles.ExtLst

setFmtScheme

public void setFmtScheme(BaseStyles.FmtScheme value)
Sets the value of the fmtScheme property.

Parameters:
value - allowed object is BaseStyles.FmtScheme

setFontScheme

public void setFontScheme(BaseStyles.FontScheme value)
Sets the value of the fontScheme property.

Parameters:
value - allowed object is BaseStyles.FontScheme