Class Fop

java.lang.Object
org.docx4j.convert.out.fopconf.Fop

public class Fop 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 name="strict-validation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="strict-configuration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="accessibility" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="base" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hyphenation-base" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{http://purl.org/dc/elements/1.1/}hyphenation-pattern" maxOccurs="unbounded"/>
         <element name="fonts" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://purl.org/dc/elements/1.1/}substitutions" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="renderers">
           <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>
         </element>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • strictValidation

      protected Boolean strictValidation
    • strictConfiguration

      protected Boolean strictConfiguration
    • accessibility

      protected Boolean accessibility
    • base

      protected String base
    • hyphenationBase

      protected String hyphenationBase
    • hyphenationPattern

      protected List<HyphenationPattern> hyphenationPattern
    • fonts

      protected Fop.Fonts fonts
    • renderers

      protected Fop.Renderers renderers
    • version

      protected String version
  • Constructor Details

    • Fop

      public Fop()
  • Method Details

    • isStrictValidation

      public Boolean isStrictValidation()
      Gets the value of the strictValidation property.
      Returns:
      possible object is Boolean
    • setStrictValidation

      public void setStrictValidation(Boolean value)
      Sets the value of the strictValidation property.
      Parameters:
      value - allowed object is Boolean
    • isStrictConfiguration

      public Boolean isStrictConfiguration()
      Gets the value of the strictConfiguration property.
      Returns:
      possible object is Boolean
    • setStrictConfiguration

      public void setStrictConfiguration(Boolean value)
      Sets the value of the strictConfiguration property.
      Parameters:
      value - allowed object is Boolean
    • isAccessibility

      public Boolean isAccessibility()
      Gets the value of the accessibility property.
      Returns:
      possible object is Boolean
    • setAccessibility

      public void setAccessibility(Boolean value)
      Sets the value of the accessibility property.
      Parameters:
      value - allowed object is Boolean
    • getBase

      public String getBase()
      Gets the value of the base property.
      Returns:
      possible object is String
    • setBase

      public void setBase(String value)
      Sets the value of the base property.
      Parameters:
      value - allowed object is String
    • getHyphenationBase

      public String getHyphenationBase()
      Gets the value of the hyphenationBase property.
      Returns:
      possible object is String
    • setHyphenationBase

      public void setHyphenationBase(String value)
      Sets the value of the hyphenationBase property.
      Parameters:
      value - allowed object is String
    • getHyphenationPattern

      public List<HyphenationPattern> getHyphenationPattern()
      Gets the value of the hyphenationPattern property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the hyphenationPattern property.

      For example, to add a new item, do as follows:

          getHyphenationPattern().add(newItem);
       

      Objects of the following type(s) are allowed in the list HyphenationPattern

    • getFonts

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

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

      public Fop.Renderers getRenderers()
      Gets the value of the renderers property.
      Returns:
      possible object is Fop.Renderers
    • setRenderers

      public void setRenderers(Fop.Renderers value)
      Sets the value of the renderers property.
      Parameters:
      value - allowed object is Fop.Renderers
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

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