public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.dml.wordprocessingDrawing
|
| Modifier and Type | Method and Description |
|---|---|
Anchor |
createAnchor()
Create an instance of
Anchor |
JAXBElement<Anchor> |
createAnchor(Anchor value)
|
CTEffectExtent |
createCTEffectExtent()
Create an instance of
CTEffectExtent |
CTPosH |
createCTPosH()
Create an instance of
CTPosH |
CTPosV |
createCTPosV()
Create an instance of
CTPosV |
CTWrapNone |
createCTWrapNone()
Create an instance of
CTWrapNone |
CTWrapPath |
createCTWrapPath()
Create an instance of
CTWrapPath |
CTWrapSquare |
createCTWrapSquare()
Create an instance of
CTWrapSquare |
CTWrapThrough |
createCTWrapThrough()
Create an instance of
CTWrapThrough |
CTWrapTight |
createCTWrapTight()
Create an instance of
CTWrapTight |
CTWrapTopBottom |
createCTWrapTopBottom()
Create an instance of
CTWrapTopBottom |
Inline |
createInline()
Create an instance of
Inline |
JAXBElement<Inline> |
createInline(Inline value)
|
public ObjectFactory()
public CTEffectExtent createCTEffectExtent()
CTEffectExtentpublic CTWrapPath createCTWrapPath()
CTWrapPathpublic CTWrapNone createCTWrapNone()
CTWrapNonepublic CTWrapSquare createCTWrapSquare()
CTWrapSquarepublic CTWrapTight createCTWrapTight()
CTWrapTightpublic CTWrapThrough createCTWrapThrough()
CTWrapThroughpublic CTWrapTopBottom createCTWrapTopBottom()
CTWrapTopBottompublic JAXBElement<Inline> createInline(Inline value)
public JAXBElement<Anchor> createAnchor(Anchor value)
Copyright © 2007-2021. All Rights Reserved.