org.docx4j.dml
Class BaseStyles.FontScheme

java.lang.Object
  extended by org.docx4j.dml.BaseStyles.FontScheme
Enclosing class:
BaseStyles

public static class BaseStyles.FontScheme
extends java.lang.Object

Java class for anonymous complex type.

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

 <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>
 


Nested Class Summary
static class BaseStyles.FontScheme.ExtLst
          Java class for anonymous complex type.
 
Constructor Summary
BaseStyles.FontScheme()
           
 
Method Summary
 BaseStyles.FontScheme.ExtLst getExtLst()
          Gets the value of the extLst property.
 FontCollection getMajorFont()
          Gets the value of the majorFont property.
 FontCollection getMinorFont()
          Gets the value of the minorFont property.
 java.lang.String getName()
          Gets the value of the name property.
 void setExtLst(BaseStyles.FontScheme.ExtLst value)
          Sets the value of the extLst property.
 void setMajorFont(FontCollection value)
          Sets the value of the majorFont property.
 void setMinorFont(FontCollection value)
          Sets the value of the minorFont property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseStyles.FontScheme

public BaseStyles.FontScheme()
Method Detail

getExtLst

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

Returns:
possible object is BaseStyles.FontScheme.ExtLst

getMajorFont

public FontCollection getMajorFont()
Gets the value of the majorFont property.

Returns:
possible object is FontCollection

getMinorFont

public FontCollection getMinorFont()
Gets the value of the minorFont property.

Returns:
possible object is FontCollection

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setExtLst

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

Parameters:
value - allowed object is BaseStyles.FontScheme.ExtLst

setMajorFont

public void setMajorFont(FontCollection value)
Sets the value of the majorFont property.

Parameters:
value - allowed object is FontCollection

setMinorFont

public void setMinorFont(FontCollection value)
Sets the value of the minorFont property.

Parameters:
value - allowed object is FontCollection

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String