org.docx4j.dml
Class FontCollection.Font

java.lang.Object
  extended by org.docx4j.dml.FontCollection.Font
Enclosing class:
FontCollection

public static class FontCollection.Font
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">
       <attribute name="script" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="typeface" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
FontCollection.Font()
           
 
Method Summary
 java.lang.String getScript()
          Gets the value of the script property.
 java.lang.String getTypeface()
          Gets the value of the typeface property.
 void setScript(java.lang.String value)
          Sets the value of the script property.
 void setTypeface(java.lang.String value)
          Sets the value of the typeface property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontCollection.Font

public FontCollection.Font()
Method Detail

getScript

public java.lang.String getScript()
Gets the value of the script property.

Returns:
possible object is String

getTypeface

public java.lang.String getTypeface()
Gets the value of the typeface property.

Returns:
possible object is String

setScript

public void setScript(java.lang.String value)
Sets the value of the script property.

Parameters:
value - allowed object is String

setTypeface

public void setTypeface(java.lang.String value)
Sets the value of the typeface property.

Parameters:
value - allowed object is String