|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.DocumentObject
com.spire.doc.DocumentBase
com.spire.doc.fields.ParagraphBase
com.spire.doc.fields.TextRange
com.spire.doc.fields.Field
com.spire.doc.fields.FormField
com.spire.doc.fields.CheckBoxFormField
public class CheckBoxFormField
Constructor Summary | |
---|---|
CheckBoxFormField(IDocument doc)
Initializes a new instance of the |
Method Summary | |
---|---|
int |
getCheckBoxSize()
Gets or sets size of checkbox. |
boolean |
getChecked()
Gets or sets Checked property. |
boolean |
getDefaultCheckBoxValue()
Gets or sets default checkbox value. |
DocumentObjectType |
getDocumentObjectType()
Gets the type of the document object. |
CheckBoxSizeType |
getSizeType()
Gets or sets check box size type. |
void |
setCheckBoxSize(int value)
Gets or sets size of checkbox. |
void |
setChecked(boolean value)
Gets or sets Checked property. |
void |
setDefaultCheckBoxValue(boolean value)
Gets or sets default checkbox value. |
void |
setSizeType(CheckBoxSizeType value)
Gets or sets check box size type. |
Methods inherited from class com.spire.doc.fields.FormField |
---|
getCalculateOnExit, getEnabled, getFormFieldType, getHelp, getMacroOnEnd, getMacroOnStart, getName, getStatusBarHelp, setCalculateOnExit, setEnabled, setHelp, setMacroOnEnd, setMacroOnStart, setName, setStatusBarHelp |
Methods inherited from class com.spire.doc.fields.Field |
---|
getCode, getEnd, getFieldText, getPattern, getSeparator, getTextFormat, getType, getValue, isLocked, isLocked, setCode, setEnd, setFieldText, setPattern, setTextFormat, setType, update |
Methods inherited from class com.spire.doc.fields.TextRange |
---|
getCharacterFormat, getText, setText |
Methods inherited from class com.spire.doc.fields.ParagraphBase |
---|
applyCharacterFormat, applyStyle, getChildObjects, getDeleteRevision, getInsertRevision, getNextWidgetSibling, getOwnerParagraph, getPreviousWidgetSibling, getStyleName, isDeleteRevision, isInsertRevision |
Methods inherited from class com.spire.doc.DocumentObject |
---|
deepClone, getFirstChild, getLastChild, getNextSibling, getOwner, getPreviousSibling, isComposite, prependChild, toString |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.ITextRange |
---|
applyCharacterFormat, getCharacterFormat, getText, setText |
Methods inherited from interface com.spire.doc.interfaces.IParagraphBase |
---|
applyStyle, getOwnerParagraph, getStyleName |
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject |
---|
deepClone, getDocument, getNextSibling, getOwner, getPreviousSibling, isComposite |
Constructor Detail |
---|
public CheckBoxFormField(IDocument doc)
doc
- Method Detail |
---|
public DocumentObjectType getDocumentObjectType()
getDocumentObjectType
in interface IDocumentObject
getDocumentObjectType
in class Field
public int getCheckBoxSize()
public void setCheckBoxSize(int value)
public boolean getDefaultCheckBoxValue()
public void setDefaultCheckBoxValue(boolean value)
public boolean getChecked()
public void setChecked(boolean value)
public CheckBoxSizeType getSizeType()
public void setSizeType(CheckBoxSizeType value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |