Class Fop.Renderers

java.lang.Object
org.docx4j.convert.out.fopconf.Fop.Renderers
Enclosing class:
Fop

public static class Fop.Renderers
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="renderer">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://purl.org/dc/elements/1.1/}fonts"/>
                 </sequence>
                 <attribute name="mime" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Fop.Renderers.Renderer
    Java class for anonymous complex type.
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected Fop.Renderers.Renderer renderer  
  • Constructor Summary

    Constructors
    Constructor Description
    Renderers()  
  • Method Summary

    Modifier and Type Method Description
    Fop.Renderers.Renderer getRenderer()
    Gets the value of the renderer property.
    void setRenderer​(Fop.Renderers.Renderer value)
    Sets the value of the renderer property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait