Class Fop.Fonts

java.lang.Object
org.docx4j.convert.out.fopconf.Fop.Fonts
Enclosing class:
Fop

public static class Fop.Fonts
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 ref="{http://purl.org/dc/elements/1.1/}substitutions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected Substitutions substitutions  
  • Constructor Summary

    Constructors
    Constructor Description
    Fonts()  
  • Method Summary

    Modifier and Type Method Description
    Substitutions getSubstitutions()
    Gets the value of the substitutions property.
    void setSubstitutions​(Substitutions value)
    Sets the value of the substitutions property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Fonts

      public Fonts()
  • Method Details

    • getSubstitutions

      public Substitutions getSubstitutions()
      Gets the value of the substitutions property.
      Returns:
      possible object is Substitutions
    • setSubstitutions

      public void setSubstitutions​(Substitutions value)
      Sets the value of the substitutions property.
      Parameters:
      value - allowed object is Substitutions