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.com.microsoft.schemas.office.word.x2010.wordprocessingShape
|
Modifier and Type | Method and Description |
---|---|
CTLinkedTextboxInformation |
createCTLinkedTextboxInformation()
Create an instance of
CTLinkedTextboxInformation |
CTTextboxInfo |
createCTTextboxInfo()
Create an instance of
CTTextboxInfo |
CTWordprocessingShape |
createCTWordprocessingShape()
Create an instance of
CTWordprocessingShape |
JAXBElement<CTWordprocessingShape> |
createWsp(CTWordprocessingShape value)
|
public ObjectFactory()
public CTWordprocessingShape createCTWordprocessingShape()
CTWordprocessingShape
public CTTextboxInfo createCTTextboxInfo()
CTTextboxInfo
public CTLinkedTextboxInformation createCTLinkedTextboxInformation()
CTLinkedTextboxInformation
public JAXBElement<CTWordprocessingShape> createWsp(CTWordprocessingShape value)
Copyright © 2007-2019. All Rights Reserved.