Package org.docx4j.wml
Class CTFFCheckBox
java.lang.Object
org.docx4j.wml.CTFFCheckBox
- All Implemented Interfaces:
Child
public class CTFFCheckBox extends java.lang.Object implements Child
Java class for CT_FFCheckBox complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FFCheckBox">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="size" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_HpsMeasure"/>
<element name="sizeAuto" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue"/>
</choice>
<element name="default" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="checked" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected BooleanDefaultTrue_defaultprotected BooleanDefaultTruecheckedprotected HpsMeasuresizeprotected BooleanDefaultTruesizeAuto -
Constructor Summary
Constructors Constructor Description CTFFCheckBox() -
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.BooleanDefaultTruegetChecked()Gets the value of the checked property.BooleanDefaultTruegetDefault()Gets the value of the default property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.HpsMeasuregetSize()Gets the value of the size property.BooleanDefaultTruegetSizeAuto()Gets the value of the sizeAuto property.voidsetChecked(BooleanDefaultTrue value)Sets the value of the checked property.voidsetDefault(BooleanDefaultTrue value)Sets the value of the default property.voidsetParent(java.lang.Object parent)voidsetSize(HpsMeasure value)Sets the value of the size property.voidsetSizeAuto(BooleanDefaultTrue value)Sets the value of the sizeAuto property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
size
-
sizeAuto
-
_default
-
checked
-
-
Constructor Details
-
CTFFCheckBox
public CTFFCheckBox()
-
-
Method Details
-
getSize
Gets the value of the size property.- Returns:
- possible object is
HpsMeasure
-
setSize
Sets the value of the size property.- Parameters:
value- allowed object isHpsMeasure
-
getSizeAuto
Gets the value of the sizeAuto property.- Returns:
- possible object is
BooleanDefaultTrue
-
setSizeAuto
Sets the value of the sizeAuto property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getDefault
Gets the value of the default property.- Returns:
- possible object is
BooleanDefaultTrue
-
setDefault
Sets the value of the default property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getChecked
Gets the value of the checked property.- Returns:
- possible object is
BooleanDefaultTrue
-
setChecked
Sets the value of the checked property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
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.
-