Class MicrosoftFonts.Font

java.lang.Object
org.docx4j.fonts.microsoft.MicrosoftFonts.Font
Enclosing class:
MicrosoftFonts

public static class MicrosoftFonts.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">
       <sequence minOccurs="0">
         <element name="bold" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="mac" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="italic" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="mac" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="bolditalic" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="mac" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mac" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="coreWebFont" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="clearTypeCollection" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="secondary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>