Package org.docx4j.wml
Class FldChar
java.lang.Object
org.docx4j.wml.FldChar
- All Implemented Interfaces:
Child
public class FldChar extends java.lang.Object implements Child
Java class for CT_FldChar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FldChar">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="fldData" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Text" minOccurs="0"/>
<element name="ffData" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FFData" minOccurs="0"/>
<element name="numberingChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChangeNumbering" minOccurs="0"/>
</choice>
<attribute name="fldCharType" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_FldCharType" />
<attribute name="fldLock" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="dirty" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleandirtyprotected CTFFDataffDataprotected STFldCharTypefldCharTypeprotected TextfldDataprotected java.lang.BooleanfldLockprotected CTTrackChangeNumberingnumberingChange -
Constructor Summary
Constructors Constructor Description FldChar() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTFFDatagetFfData()Gets the value of the ffData property.STFldCharTypegetFldCharType()Gets the value of the fldCharType property.TextgetFldData()Gets the value of the fldData property.CTTrackChangeNumberinggetNumberingChange()Gets the value of the numberingChange property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.booleanisDirty()Gets the value of the dirty property.booleanisFldLock()Gets the value of the fldLock property.voidsetDirty(java.lang.Boolean value)Sets the value of the dirty property.voidsetFfData(CTFFData value)Sets the value of the ffData property.voidsetFldCharType(STFldCharType value)Sets the value of the fldCharType property.voidsetFldData(Text value)Sets the value of the fldData property.voidsetFldLock(java.lang.Boolean value)Sets the value of the fldLock property.voidsetNumberingChange(CTTrackChangeNumbering value)Sets the value of the numberingChange property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
fldData
-
ffData
-
numberingChange
-
fldCharType
-
fldLock
protected java.lang.Boolean fldLock -
dirty
protected java.lang.Boolean dirty
-
-
Constructor Details
-
FldChar
public FldChar()
-
-
Method Details
-
getFldData
Gets the value of the fldData property.- Returns:
- possible object is
Text
-
setFldData
Sets the value of the fldData property.- Parameters:
value- allowed object isText
-
getFfData
Gets the value of the ffData property.- Returns:
- possible object is
CTFFData
-
setFfData
Sets the value of the ffData property.- Parameters:
value- allowed object isCTFFData
-
getNumberingChange
Gets the value of the numberingChange property.- Returns:
- possible object is
CTTrackChangeNumbering
-
setNumberingChange
Sets the value of the numberingChange property.- Parameters:
value- allowed object isCTTrackChangeNumbering
-
getFldCharType
Gets the value of the fldCharType property.- Returns:
- possible object is
STFldCharType
-
setFldCharType
Sets the value of the fldCharType property.- Parameters:
value- allowed object isSTFldCharType
-
isFldLock
public boolean isFldLock()Gets the value of the fldLock property.- Returns:
- possible object is
Boolean
-
setFldLock
public void setFldLock(java.lang.Boolean value)Sets the value of the fldLock property.- Parameters:
value- allowed object isBoolean
-
isDirty
public boolean isDirty()Gets the value of the dirty property.- Returns:
- possible object is
Boolean
-
setDirty
public void setDirty(java.lang.Boolean value)Sets the value of the dirty property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-