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.docProps.extended
|
Modifier and Type | Method and Description |
---|---|
Properties |
createProperties()
Create an instance of
Properties |
Properties.DigSig |
createPropertiesDigSig()
Create an instance of
Properties.DigSig |
Properties.HeadingPairs |
createPropertiesHeadingPairs()
Create an instance of
Properties.HeadingPairs |
Properties.HLinks |
createPropertiesHLinks()
Create an instance of
Properties.HLinks |
Properties.TitlesOfParts |
createPropertiesTitlesOfParts()
Create an instance of
Properties.TitlesOfParts |
public ObjectFactory()
public Properties.TitlesOfParts createPropertiesTitlesOfParts()
Properties.TitlesOfParts
public Properties createProperties()
Properties
public Properties.HLinks createPropertiesHLinks()
Properties.HLinks
public Properties.HeadingPairs createPropertiesHeadingPairs()
Properties.HeadingPairs
public Properties.DigSig createPropertiesDigSig()
Properties.DigSig
Copyright © 2007-2019. All Rights Reserved.