Package org.docx4j.convert.out.fopconf
Class Fop.Renderers
java.lang.Object
org.docx4j.convert.out.fopconf.Fop.Renderers
- Enclosing class:
- Fop
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the renderer property.voidSets the value of the renderer property.
-
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
-