Package org.docx4j.wml
Class CTEdnProps
java.lang.Object
org.docx4j.wml.CTEdnProps
- All Implemented Interfaces:
Child
- Direct Known Subclasses:
CTEdnDocProps
Java class for CT_EdnProps complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_EdnProps">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pos" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_EdnPos" minOccurs="0"/>
<element name="numFmt" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_NumFmt" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_FtnEdnNumProps" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NumFmtprotected CTNumRestartprotected CTEdnProps.NumStartprotected CTEdnPos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the numFmt property.Gets the value of the numRestart property.Gets the value of the numStart property.Gets the parent object in the object tree representing the unmarshalled xml document.getPos()Gets the value of the pos property.voidSets the value of the numFmt property.voidsetNumRestart(CTNumRestart value) Sets the value of the numRestart property.voidsetNumStart(CTEdnProps.NumStart value) Sets the value of the numStart property.voidvoidSets the value of the pos property.
-
Field Details
-
pos
-
numFmt
-
numStart
-
numRestart
-
-
Constructor Details
-
CTEdnProps
public CTEdnProps()
-
-
Method Details
-
getPos
Gets the value of the pos property.- Returns:
- possible object is
CTEdnPos
-
setPos
Sets the value of the pos property.- Parameters:
value- allowed object isCTEdnPos
-
getNumFmt
Gets the value of the numFmt property.- Returns:
- possible object is
NumFmt
-
setNumFmt
Sets the value of the numFmt property.- Parameters:
value- allowed object isNumFmt
-
getNumStart
Gets the value of the numStart property.- Returns:
- possible object is
CTEdnProps.NumStart
-
setNumStart
Sets the value of the numStart property.- Parameters:
value- allowed object isCTEdnProps.NumStart
-
getNumRestart
Gets the value of the numRestart property.- Returns:
- possible object is
CTNumRestart
-
setNumRestart
Sets the value of the numRestart property.- Parameters:
value- allowed object isCTNumRestart
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-