Package org.docx4j.convert.out.fopconf
Class ObjectFactory
java.lang.Object
org.docx4j.convert.out.fopconf.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.docx4j.convert.out.fopconf package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.convert.out.fopconf -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofFontsCreate an instance ofFonts.FontCreate an instance ofFonts.Font.FontTripletCreate an instance ofFopCreate an instance ofFop.FontsCreate an instance ofFop.RenderersCreate an instance ofFop.Renderers.RendererCreate an instance ofHyphenationPatternCreate an instance ofSubstitutionsCreate an instance ofSubstitutions.SubstitutionCreate an instance ofSubstitutions.Substitution.FromCreate an instance ofSubstitutions.Substitution.To
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.convert.out.fopconf
-
-
Method Details
-
createSubstitutions
Create an instance ofSubstitutions -
createFonts
Create an instance ofFonts -
createFop
Create an instance ofFop -
createFopRenderers
Create an instance ofFop.Renderers -
createFontsFont
Create an instance ofFonts.Font -
createSubstitutionsSubstitution
Create an instance ofSubstitutions.Substitution -
createHyphenationPattern
Create an instance ofHyphenationPattern -
createFopFonts
Create an instance ofFop.Fonts -
createFopRenderersRenderer
Create an instance ofFop.Renderers.Renderer -
createFontsFontFontTriplet
Create an instance ofFonts.Font.FontTriplet -
createSubstitutionsSubstitutionFrom
Create an instance ofSubstitutions.Substitution.From -
createSubstitutionsSubstitutionTo
Create an instance ofSubstitutions.Substitution.To
-