Package org.docx4j.convert.out.fopconf
Class Fop.Renderers.Renderer
java.lang.Object
org.docx4j.convert.out.fopconf.Fop.Renderers.Renderer
- Enclosing class:
- Fop.Renderers
public static class Fop.Renderers.Renderer
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 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>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Renderer() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
fonts
-
mime
protected java.lang.String mime
-
-
Constructor Details
-
Renderer
public Renderer()
-
-
Method Details
-
getFonts
Gets the value of the fonts property.- Returns:
- possible object is
Fonts
-
setFonts
Sets the value of the fonts property.- Parameters:
value- allowed object isFonts
-
getMime
public java.lang.String getMime()Gets the value of the mime property.- Returns:
- possible object is
String
-
setMime
public void setMime(java.lang.String value)Sets the value of the mime property.- Parameters:
value- allowed object isString
-