Package org.docx4j.convert.out.fopconf
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 classFop.Renderers.RendererJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected Fop.Renderers.Rendererrenderer -
Constructor Summary
Constructors Constructor Description Renderers() -
Method Summary
Modifier and Type Method Description Fop.Renderers.RenderergetRenderer()Gets the value of the renderer property.voidsetRenderer(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
-
Field Details
-
renderer
-
-
Constructor Details
-
Renderers
public Renderers()
-
-
Method Details
-
getRenderer
Gets the value of the renderer property.- Returns:
- possible object is
Fop.Renderers.Renderer
-
setRenderer
Sets the value of the renderer property.- Parameters:
value- allowed object isFop.Renderers.Renderer
-