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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Fop.Renderers.Renderer
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Fop.Renderers.Renderer |
renderer |
| Constructor and Description |
|---|
Renderers() |
| Modifier and Type | Method and Description |
|---|---|
Fop.Renderers.Renderer |
getRenderer()
Gets the value of the renderer property.
|
void |
setRenderer(Fop.Renderers.Renderer value)
Sets the value of the renderer property.
|
protected Fop.Renderers.Renderer renderer
public Fop.Renderers.Renderer getRenderer()
Fop.Renderers.Rendererpublic void setRenderer(Fop.Renderers.Renderer value)
value - allowed object is
Fop.Renderers.RendererCopyright © 2007–2023. All rights reserved.