Package org.docx4j.wml
Class CTFFCheckBox
java.lang.Object
org.docx4j.wml.CTFFCheckBox
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected BooleanDefaultTrueprotected BooleanDefaultTrueprotected HpsMeasureprotected BooleanDefaultTrue -
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 checked property.Gets the value of the default property.Gets the parent object in the object tree representing the unmarshalled xml document.getSize()Gets the value of the size property.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.voidvoidsetSize(HpsMeasure value) Sets the value of the size property.voidsetSizeAuto(BooleanDefaultTrue value) Sets the value of the sizeAuto property.
-
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
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.
-