Package org.docx4j.convert.out.fopconf
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 Substitutionssubstitutions -
Constructor Summary
Constructors Constructor Description Fonts() -
Method Summary
Modifier and Type Method Description SubstitutionsgetSubstitutions()Gets the value of the substitutions property.voidsetSubstitutions(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
-
substitutions
-
-
Constructor Details
-
Fonts
public Fonts()
-
-
Method Details
-
getSubstitutions
Gets the value of the substitutions property.- Returns:
- possible object is
Substitutions
-
setSubstitutions
Sets the value of the substitutions property.- Parameters:
value- allowed object isSubstitutions
-