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
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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fonts
-
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
Gets the value of the mime property.- Returns:
- possible object is
String
-
setMime
Sets the value of the mime property.- Parameters:
value- allowed object isString
-