_FileSelect, _Password
_disableUpdateAppearance
Constructor and Description |
---|
CheckboxField()
Create instance of CheckboxField.
|
CheckboxField(Page page,
Rectangle rect)
Constructor for CheckboxField class.
|
Modifier and Type | Method and Description |
---|---|
String |
getActiveState()
Gets current annotation appearance state.
|
boolean |
getChecked()
Gets state of check box.
|
String |
getNormalCaption()
Gets normal caption of the field.
|
String |
getOnState()
Returns name of state which is "Checked" state of checkbox.
|
int |
getStyle()
Gets or sets style of check box.
|
String |
getValue()
Gets value of check box field.
|
void |
setActiveState(String value)
Sets current annotation appearance state.
|
void |
setChecked(boolean value)
Sets state of check box.
|
void |
setStyle(int value) |
void |
setValue(String value)
Sets value of check box field.
|
copyTo, flatten, get_Item, get_Item, getAlternateName, getAnnotationIndex, getMappingName, getPageIndex, getPartialName, getRect, getSyncRoot, isGroup, isSharedField, isSharedField, isSynchronized, iterator, recalculate, setAlternateName, setAnnotationIndex, setFieldImage, setFitIntoRectangle, setMappingName, setPartialName, setPosition, setRect, size, updateAppearances
accept, getActions, getDefaultAppearance, getExportable, getHighlighting, getOnActivated, getParent, getReadOnly, getRequired, setDefaultAppearance, setExportable, setHighlighting, setOnActivated, setReadOnly, setRequired
createAnnotation, getAlignment, getAppearance, getBorder, getCharacteristics, getColor, getContents, getEngineDict, getEngineObj, getFlags, getFullName, getHeight, getHorizontalAlignment_Annotation_New, getModified, getModifiedInternal, getName, getNormalAppearance, getPage, getPageIndex, getStates, getWidth, initialize, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setWidth
deepClone, getHorizontalAlignment, getHyperlink, getMargin, getVerticalAlignment, getZIndex, isFirstParagraphInColumn, isInLineParagraph, isInNewPage, isKeptWithNext, setFirstParagraphInColumn, setHorizontalAlignment, setHyperlink, setInLineParagraph, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment, setZIndex
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CheckboxField(Page page, Rectangle rect)
Constructor for CheckboxField class.
page
- Page where check box will be placed.rect
- Position and size of the check box.public CheckboxField()
Create instance of CheckboxField.
public String getOnState()
Returns name of state which is "Checked" state of checkbox. This is "Yes" if presents or any other value other then "Off" and "No";
public int getStyle()
Gets or sets style of check box.
public void setStyle(int value)
public String getActiveState()
Gets current annotation appearance state.
getActiveState
in class Annotation
public void setActiveState(String value)
Sets current annotation appearance state.
setActiveState
in class Annotation
value
- New active state value.public boolean getChecked()
Gets state of check box.
public void setChecked(boolean value)
Sets state of check box.
public String getNormalCaption()
Gets normal caption of the field.
Copyright © 2020 Aspose. All Rights Reserved.