Package org.docx4j.wml
Class FldChar
java.lang.Object
org.docx4j.wml.FldChar
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected CTFFDataprotected STFldCharTypeprotected Textprotected Booleanprotected CTTrackChangeNumbering -
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 ffData property.Gets the value of the fldCharType property.Gets the value of the fldData property.Gets the value of the numberingChange property.Gets the parent object in the object tree representing the unmarshalled xml document.booleanisDirty()Gets the value of the dirty property.booleanGets the value of the fldLock property.voidSets the value of the dirty property.voidSets 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(Boolean value) Sets the value of the fldLock property.voidSets the value of the numberingChange property.void
-
Field Details
-
fldData
-
ffData
-
numberingChange
-
fldCharType
-
fldLock
-
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
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
Sets the value of the dirty property.- Parameters:
value- allowed object isBoolean
-
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.
-