Package org.docx4j.w14
Class ObjectFactory
java.lang.Object
org.docx4j.w14.ObjectFactory
public class ObjectFactory
extends java.lang.Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.docx4j.w14 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.w14 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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.w14
-
-
Method Details
-
createCTWordContentPart
Create an instance ofCTWordContentPart -
createCTLongHexNumber
Create an instance ofCTLongHexNumber -
createCTOnOff
Create an instance ofCTOnOff -
createCTShadow
Create an instance ofCTShadow -
createCTDefaultImageDpi
Create an instance ofCTDefaultImageDpi -
createCTSdtCheckbox
Create an instance ofCTSdtCheckbox -
createCTWordContentPartNonVisual
Create an instance ofCTWordContentPartNonVisual -
createCTPercentage
Create an instance ofCTPercentage -
createCTPositiveFixedPercentage
Create an instance ofCTPositiveFixedPercentage -
createCTPositivePercentage
Create an instance ofCTPositivePercentage -
createCTRelativeRect
Create an instance ofCTRelativeRect -
createCTSRgbColor
Create an instance ofCTSRgbColor -
createCTSchemeColor
Create an instance ofCTSchemeColor -
createCTColor
Create an instance ofCTColor -
createCTGradientStop
Create an instance ofCTGradientStop -
createCTGradientStopList
Create an instance ofCTGradientStopList -
createCTLinearShadeProperties
Create an instance ofCTLinearShadeProperties -
createCTPathShadeProperties
Create an instance ofCTPathShadeProperties -
createCTSolidColorFillProperties
Create an instance ofCTSolidColorFillProperties -
createCTGradientFillProperties
Create an instance ofCTGradientFillProperties -
createCTPresetLineDashProperties
Create an instance ofCTPresetLineDashProperties -
createCTLineJoinMiterProperties
Create an instance ofCTLineJoinMiterProperties -
createCTCamera
Create an instance ofCTCamera -
createCTSphereCoords
Create an instance ofCTSphereCoords -
createCTLightRig
Create an instance ofCTLightRig -
createCTBevel
Create an instance ofCTBevel -
createCTGlow
Create an instance ofCTGlow -
createCTReflection
Create an instance ofCTReflection -
createCTFillTextEffect
Create an instance ofCTFillTextEffect -
createCTTextOutlineEffect
Create an instance ofCTTextOutlineEffect -
createCTScene3D
Create an instance ofCTScene3D -
createCTProps3D
Create an instance ofCTProps3D -
createCTLigatures
Create an instance ofCTLigatures -
createCTNumForm
Create an instance ofCTNumForm -
createCTNumSpacing
Create an instance ofCTNumSpacing -
createCTStyleSet
Create an instance ofCTStyleSet -
createCTStylisticSets
Create an instance ofCTStylisticSets -
createCTSdtCheckboxSymbol
Create an instance ofCTSdtCheckboxSymbol -
createContentPart
-
createDocId
-
createConflictMode
-
createCustomXmlConflictInsRangeStart
public jakarta.xml.bind.JAXBElement<CTTrackChange> createCustomXmlConflictInsRangeStart(CTTrackChange value) -
createCustomXmlConflictInsRangeEnd
-
createCustomXmlConflictDelRangeStart
public jakarta.xml.bind.JAXBElement<CTTrackChange> createCustomXmlConflictDelRangeStart(CTTrackChange value) -
createCustomXmlConflictDelRangeEnd
-
createShadow
-
createDiscardImageEditingData
-
createDefaultImageDpi
public jakarta.xml.bind.JAXBElement<CTDefaultImageDpi> createDefaultImageDpi(CTDefaultImageDpi value) -
createEntityPicker
-
createCheckbox
-
createCTSchemeColorTint
public jakarta.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTSchemeColorTint(CTPositiveFixedPercentage value) -
createCTSchemeColorShade
public jakarta.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTSchemeColorShade(CTPositiveFixedPercentage value) -
createCTSchemeColorAlpha
public jakarta.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTSchemeColorAlpha(CTPositiveFixedPercentage value) -
createCTSchemeColorHueMod
public jakarta.xml.bind.JAXBElement<CTPositivePercentage> createCTSchemeColorHueMod(CTPositivePercentage value) -
createCTSchemeColorSat
-
createCTSchemeColorSatOff
-
createCTSchemeColorSatMod
-
createCTSchemeColorLum
-
createCTSchemeColorLumOff
-
createCTSchemeColorLumMod
-
createCTSRgbColorTint
public jakarta.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTSRgbColorTint(CTPositiveFixedPercentage value) -
createCTSRgbColorShade
public jakarta.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTSRgbColorShade(CTPositiveFixedPercentage value) -
createCTSRgbColorAlpha
public jakarta.xml.bind.JAXBElement<CTPositiveFixedPercentage> createCTSRgbColorAlpha(CTPositiveFixedPercentage value) -
createCTSRgbColorHueMod
public jakarta.xml.bind.JAXBElement<CTPositivePercentage> createCTSRgbColorHueMod(CTPositivePercentage value) -
createCTSRgbColorSat
-
createCTSRgbColorSatOff
-
createCTSRgbColorSatMod
-
createCTSRgbColorLum
-
createCTSRgbColorLumOff
-
createCTSRgbColorLumMod
-