Package org.docx4j.convert.out.fopconf
Class Fop.Fonts
java.lang.Object
org.docx4j.convert.out.fopconf.Fop.Fonts
- Enclosing class:
- Fop
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the substitutions property.voidsetSubstitutions(Substitutions value) Sets the value of the substitutions property.
-
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
-