public static class Fop.Renderers.Renderer extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected Fonts |
fonts |
protected String |
mime |
| Constructor and Description |
|---|
Renderer() |
| Modifier and Type | Method and Description |
|---|---|
Fonts |
getFonts()
Gets the value of the fonts property.
|
String |
getMime()
Gets the value of the mime property.
|
void |
setFonts(Fonts value)
Sets the value of the fonts property.
|
void |
setMime(String value)
Sets the value of the mime property.
|
public Fonts getFonts()
Fontspublic void setFonts(Fonts value)
value - allowed object is
Fontspublic String getMime()
StringCopyright © 2007-2022. All Rights Reserved.