Class CheckBoxFormFieldProperties
java.lang.Object
com.independentsoft.office.word.fields.CheckBoxFormFieldProperties
The Class CheckBoxFormFieldProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new check box form field properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the auto size.Gets the checked.Gets the default.intgetSize()Gets the size.voidsetAutoSize(ExtendedBoolean autoSize)Sets the auto size.voidsetChecked(ExtendedBoolean checkedState)Sets the checked.voidsetDefault(ExtendedBoolean defaultState)Sets the default.voidsetSize(int size)Sets the size.toString()
-
Constructor Details
-
CheckBoxFormFieldProperties
public CheckBoxFormFieldProperties()Instantiates a new check box form field properties.
-
-
Method Details
-
clone
-
toString
-
getChecked
Gets the checked.- Returns:
- the checked
-
setChecked
Sets the checked.- Parameters:
checkedState- the new checked
-
getDefault
Gets the default.- Returns:
- the default
-
setDefault
Sets the default.- Parameters:
defaultState- the new default
-
getSize
public int getSize()Gets the size.- Returns:
- the size
-
setSize
public void setSize(int size)Sets the size.- Parameters:
size- the new size
-
getAutoSize
Gets the auto size.- Returns:
- the auto size
-
setAutoSize
Sets the auto size.- Parameters:
autoSize- the new auto size
-