Package org.docx4j.convert.out.fopconf
Class Fop
java.lang.Object
org.docx4j.convert.out.fopconf.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 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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Fop.Fontsprotected Stringprotected List<HyphenationPattern>protected Fop.Renderersprotected Booleanprotected Booleanprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Gets the value of the base property.getFonts()Gets the value of the fonts property.Gets the value of the hyphenationBase property.Gets the value of the hyphenationPattern property.Gets the value of the renderers property.Gets the value of the version property.Gets the value of the accessibility property.Gets the value of the strictConfiguration property.Gets the value of the strictValidation property.voidsetAccessibility(Boolean value) Sets the value of the accessibility property.voidSets the value of the base property.voidSets the value of the fonts property.voidsetHyphenationBase(String value) Sets the value of the hyphenationBase property.voidsetRenderers(Fop.Renderers value) Sets the value of the renderers property.voidsetStrictConfiguration(Boolean value) Sets the value of the strictConfiguration property.voidsetStrictValidation(Boolean value) Sets the value of the strictValidation property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
strictValidation
-
strictConfiguration
-
accessibility
-
base
-
hyphenationBase
-
hyphenationPattern
-
fonts
-
renderers
-
version
-
-
Constructor Details
-
Fop
public Fop()
-
-
Method Details
-
isStrictValidation
Gets the value of the strictValidation property.- Returns:
- possible object is
Boolean
-
setStrictValidation
Sets the value of the strictValidation property.- Parameters:
value- allowed object isBoolean
-
isStrictConfiguration
Gets the value of the strictConfiguration property.- Returns:
- possible object is
Boolean
-
setStrictConfiguration
Sets the value of the strictConfiguration property.- Parameters:
value- allowed object isBoolean
-
isAccessibility
Gets the value of the accessibility property.- Returns:
- possible object is
Boolean
-
setAccessibility
Sets the value of the accessibility property.- Parameters:
value- allowed object isBoolean
-
getBase
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isString
-
getHyphenationBase
Gets the value of the hyphenationBase property.- Returns:
- possible object is
String
-
setHyphenationBase
Sets the value of the hyphenationBase property.- Parameters:
value- allowed object isString
-
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
setmethod 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
Gets the value of the fonts property.- Returns:
- possible object is
Fop.Fonts
-
setFonts
Sets the value of the fonts property.- Parameters:
value- allowed object isFop.Fonts
-
getRenderers
Gets the value of the renderers property.- Returns:
- possible object is
Fop.Renderers
-
setRenderers
Sets the value of the renderers property.- Parameters:
value- allowed object isFop.Renderers
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-