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 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 Details

    • fonts

      protected Fonts fonts
    • mime

      protected String mime
  • Constructor Details

    • Renderer

      public Renderer()
  • Method Details

    • getFonts

      public Fonts getFonts()
      Gets the value of the fonts property.
      Returns:
      possible object is Fonts
    • setFonts

      public void setFonts(Fonts value)
      Sets the value of the fonts property.
      Parameters:
      value - allowed object is Fonts
    • getMime

      public String getMime()
      Gets the value of the mime property.
      Returns:
      possible object is String
    • setMime

      public void setMime(String value)
      Sets the value of the mime property.
      Parameters:
      value - allowed object is String